commit | 865813ed83792e7fbfde23118c906099b64fe556 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Jul 18 11:51:32 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Mon Aug 25 08:52:34 2014 -0400 |
tree | f3fa46cdb6d17d670779e872659fc2b0a4618b60 | |
parent | 6d9e610ca24a926c11a0125f4e1f5d7728707cfb [diff] |
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>