diff options
author | Wolfgang Denk <wd@denx.de> | 2007-11-17 01:45:38 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-11-17 01:45:38 +0100 |
commit | 429c180edad038f91c989cb14b478228092e7054 (patch) | |
tree | c011c7ba885d060724ca422bf488188b1a9d092d | |
parent | 1c3dd43338a077165e7e0309cb3994e65d2bdbf8 (diff) | |
download | u-boot-429c180edad038f91c989cb14b478228092e7054.tar.gz u-boot-429c180edad038f91c989cb14b478228092e7054.tar.xz u-boot-429c180edad038f91c989cb14b478228092e7054.zip |
powerpc: Backout relocation changes for MPC5121, too.
Apply Grant Likely's backout to MPC5121 code, too.
Pointed out by Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r-- | board/ads5121/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ads5121/u-boot.lds b/board/ads5121/u-boot.lds index 34ceb0fdac..038d849553 100644 --- a/board/ads5121/u-boot.lds +++ b/board/ads5121/u-boot.lds @@ -51,6 +51,7 @@ SECTIONS { cpu/mpc512x/start.o (.text) *(.text) + *(.fixup) *(.got1) . = ALIGN(16); *(.rodata) |