]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: Backout relocation changes for MPC5121, too.
authorWolfgang Denk <wd@denx.de>
Sat, 17 Nov 2007 00:45:38 +0000 (01:45 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 17 Nov 2007 00:45:38 +0000 (01:45 +0100)
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>
board/ads5121/u-boot.lds

index 34ceb0fdac45cd08c8529c312d08564e8fdec8fb..038d84955316ae362a6ce25e4a5e54ae82af73ee 100644 (file)
@@ -51,6 +51,7 @@ SECTIONS
   {
     cpu/mpc512x/start.o        (.text)
     *(.text)
+    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(.rodata)