]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP4: Move TEXT_BASE down to non-HS limit
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 4 Dec 2013 06:52:55 +0000 (12:22 +0530)
committerTom Rini <trini@ti.com>
Thu, 12 Dec 2013 19:54:20 +0000 (14:54 -0500)
commitdcc23576384dbb875a4427dcfa9ac8d237230d42
tree802c05c2e8254410ae0b93d8c885e3173200d684
parent12115c6ad3b91e60b874afd29ce041ef552ed1e1
ARM: OMAP4: Move TEXT_BASE down to non-HS limit

With the current scenario SPL size is being overlapped with the public
stack and not allowing any OMAP4 device to boot. So the suggestion came
up was to move the TEXT_BASE down to non-HS limit. Fixing the same and
also moving the SRAM_SCRATCH_SPACE_ADDR up to the end of image
downloadable area.
Discussion on this can be seen here:
https://www.mail-archive.com/u-boot@lists.denx.de/msg127147.html

Tested on OMAP4460 PANDA.

Reported-by: Chao Xu <caesarxuchao@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/include/asm/arch-omap4/omap.h
include/configs/omap4_common.h