commit | c513b610b1d2bc18becce4700debc0c77b12ac53 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu Jun 06 08:57:45 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Jun 06 08:57:45 2013 -0400 |
tree | 91b274d57b6173f94665a173e500f0923e4de1e9 | |
parent | 8c743bd4d642484ce0181c4232f9eae77b1491a7 [diff] |
am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to <asm/arch/omap.h> The location of valid scratch space is dependent on SoC, so move that there. On OMAP4+ we continue to use SRAM_SCRATCH_SPACE_ADDR. On am33xx/ti814x we want to use what the ROM defines as "public stack" which is the area after our defined download image space. Correct the comment about and location of CONFIG_SPL_TEXT_BASE. Signed-off-by: Tom Rini <trini@ti.com>