
16 Dec
2013
16 Dec
'13
5:56 p.m.
On Mon, Dec 09, 2013 at 01:08:47PM -0500, Tom Rini wrote:
There are times where we may need more than a few kilobytes of stack space. We also will not be using CONFIG_SPL_STACK location prior to DDR being initialized (CONFIG_SYS_INIT_SP_ADDR is still used there) so pick a good location within DDR for this to be. Tested on OMAP4/AM335x/OMAP5/DRA7xx.
Signed-off-by: Tom Rini trini@ti.com
After getting this tested on AM43xx, there's something to be changed / solved here as those boards do not like this change. So, some sort of change is requested, but I'm not sure just what yet.
--
Tom