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>
Showing
- arch/arm/include/asm/arch-am33xx/omap.h 2 additions, 0 deletionsarch/arm/include/asm/arch-am33xx/omap.h
- arch/arm/include/asm/arch-omap4/omap.h 1 addition, 0 deletionsarch/arm/include/asm/arch-omap4/omap.h
- arch/arm/include/asm/arch-omap5/omap.h 1 addition, 0 deletionsarch/arm/include/asm/arch-omap5/omap.h
- arch/arm/include/asm/omap_common.h 0 additions, 1 deletionarch/arm/include/asm/omap_common.h
- include/configs/am335x_evm.h 2 additions, 3 deletionsinclude/configs/am335x_evm.h
- include/configs/igep0033.h 2 additions, 3 deletionsinclude/configs/igep0033.h
- include/configs/pcm051.h 2 additions, 3 deletionsinclude/configs/pcm051.h
Loading
Please register or sign in to comment