diff options
author | Heiko Schocher <hs@denx.de> | 2010-09-17 13:10:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-19 19:29:53 +0200 |
commit | 561142af20f1fd7b425d9425730014e656defb91 (patch) | |
tree | 4b721c28e895b4067bd52186fa24b1f82b7cf72a /board/ti | |
parent | e48b7c0aad687f0b42ba9985c3e2dc67c2cac71d (diff) | |
download | bootable_bootloader_goldelico_gta04-561142af20f1fd7b425d9425730014e656defb91.zip bootable_bootloader_goldelico_gta04-561142af20f1fd7b425d9425730014e656defb91.tar.gz bootable_bootloader_goldelico_gta04-561142af20f1fd7b425d9425730014e656defb91.tar.bz2 |
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.mk | 2 |
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 |