summaryrefslogtreecommitdiffstats
path: root/board/ti
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-09-17 13:10:41 +0200
committerWolfgang Denk <wd@denx.de>2010-09-19 19:29:53 +0200
commit561142af20f1fd7b425d9425730014e656defb91 (patch)
tree4b721c28e895b4067bd52186fa24b1f82b7cf72a /board/ti
parente48b7c0aad687f0b42ba9985c3e2dc67c2cac71d (diff)
downloadblackbird-obmc-uboot-561142af20f1fd7b425d9425730014e656defb91.tar.gz
blackbird-obmc-uboot-561142af20f1fd7b425d9425730014e656defb91.zip
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 879b2e236f..6fb10e31e3 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
OpenPOWER on IntegriCloud