Re: [U-Boot] [PATCH] omap3_logic: Move SPL Stack into SDRAM

2017-03-09 Thread Tom Rini
On Tue, Mar 07, 2017 at 09:27:52PM -0600, Adam Ford wrote: > A previous patch broke the board. This patch will add missing part > from the previous patch and also move the SPL Stack into SDRAM at > 0x8200. > > Tested with GCC 4.8.2 and GCC 6.2 > > Fixes: 0959649dc6d9 ("omap3_logic: Switch to

[U-Boot] [PATCH] omap3_logic: Move SPL Stack into SDRAM

2017-03-07 Thread Adam Ford
A previous patch broke the board. This patch will add missing part from the previous patch and also move the SPL Stack into SDRAM at 0x8200. Tested with GCC 4.8.2 and GCC 6.2 Fixes: 0959649dc6d9 ("omap3_logic: Switch to simple malloco in SPL") Signed-off-by: Adam Ford Changes in V2: - Ke

[U-Boot] [PATCH] omap3_logic: Move SPL Stack into SDRAM

2017-03-07 Thread Adam Ford
A previos patch broke the board. This patch will undo the previous patch but move the SPL Stack into SDRAM located at 0x8200 Fixes: 0959649dc6d9 ("omap3_logic: Switch to simple malloco in SPL") Signed-off-by: Adam Ford diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconf