TI:armv7: Change CONFIG_SPL_STACK to not be CONFIG_SYS_INIT_SP_ADDR
authorTom Rini <trini@ti.com>
Fri, 18 Jul 2014 15:51:32 +0000 (11:51 -0400)
committerTom Rini <trini@ti.com>
Mon, 25 Aug 2014 12:52:34 +0000 (08:52 -0400)
commit865813ed83792e7fbfde23118c906099b64fe556
treef3fa46cdb6d17d670779e872659fc2b0a4618b60
parent6d9e610ca24a926c11a0125f4e1f5d7728707cfb
TI:armv7: Change CONFIG_SPL_STACK to not be CONFIG_SYS_INIT_SP_ADDR

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>
include/configs/ti_armv7_common.h