diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:34:24 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:07:28 +0200 |
commit | 3649cd99ba815b6601868735765602f00ef3692b (patch) | |
tree | 62af179277d2d7072f881754ac375dc4986fde0d /cpu/mpc5xx/u-boot.lds | |
parent | f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325 (diff) | |
download | u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.zip u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.tar.gz u-boot-imx-3649cd99ba815b6601868735765602f00ef3692b.tar.bz2 |
Correct relocation fixup for mpc5xx
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc5xx/u-boot.lds')
-rw-r--r-- | cpu/mpc5xx/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/mpc5xx/u-boot.lds b/cpu/mpc5xx/u-boot.lds index 5b03fef..10001b1 100644 --- a/cpu/mpc5xx/u-boot.lds +++ b/cpu/mpc5xx/u-boot.lds @@ -59,7 +59,6 @@ SECTIONS cpu/mpc5xx/start.o (.text) *(.text) - *(.fixup) *(.got1) } _etext = .; |