]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx/omap4+: Move SRAM_SCRATCH_SPACE_ADDR to <asm/arch/omap.h>
authorTom Rini <trini@ti.com>
Thu, 6 Jun 2013 12:57:45 +0000 (08:57 -0400)
committerTom Rini <trini@ti.com>
Thu, 6 Jun 2013 12:57:45 +0000 (08:57 -0400)
commitedfcf85a0a4abbeb3798b5159adab586d025ab86
tree91b274d57b6173f94665a173e500f0923e4de1e9
parenteecf9e2e78c3af4304740804b3649f3d4b8a922a
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>
arch/arm/include/asm/arch-am33xx/omap.h
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/arch-omap5/omap.h
arch/arm/include/asm/omap_common.h
include/configs/am335x_evm.h
include/configs/igep0033.h
include/configs/pcm051.h