summaryrefslogtreecommitdiff
path: root/board/ti
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-09-17 11:10:41 (GMT)
committerWolfgang Denk <wd@denx.de>2010-09-19 17:29:53 (GMT)
commit561142af20f1fd7b425d9425730014e656defb91 (patch)
tree4b721c28e895b4067bd52186fa24b1f82b7cf72a /board/ti
parente48b7c0aad687f0b42ba9985c3e2dc67c2cac71d (diff)
downloadu-boot-fsl-qoriq-561142af20f1fd7b425d9425730014e656defb91.tar.xz
ARM: implement relocation for ARM V7 (OMAP)
Change the implementation for ARM V7 to relocate the code to an arbitrary address in RAM. Adapt the Beagle board (Cortex A8) to test the changes. Portions of this work were supported by funding from the CE Linux Forum. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/ti')
-rw-r--r--board/ti/beagle/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/beagle/config.mk b/board/ti/beagle/config.mk
index 879b2e2..6fb10e3 100644
--- a/board/ti/beagle/config.mk
+++ b/board/ti/beagle/config.mk
@@ -30,4 +30,4 @@
# (mem base + reserved)
# For use with external or internal boots.
-TEXT_BASE = 0x80e80000
+TEXT_BASE = 0x80008000