diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2007-09-07 17:05:36 +0200 |
---|---|---|
committer | Rafal Jaworowski <raj@semihalf.com> | 2007-09-07 17:05:36 +0200 |
commit | 8d17979d0359492a822a0a409d26e3a3549b4cd4 (patch) | |
tree | fae21e70a84149b56a0d21c9b4c7d5ee3351e272 /board/ads5121/u-boot.lds | |
parent | 56a9270521baaa00e12639a978302a67f61ef060 (diff) | |
download | u-boot-imx-8d17979d0359492a822a0a409d26e3a3549b4cd4.zip u-boot-imx-8d17979d0359492a822a0a409d26e3a3549b4cd4.tar.gz u-boot-imx-8d17979d0359492a822a0a409d26e3a3549b4cd4.tar.bz2 |
[MPC512x] Correct fixup relocation
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Diffstat (limited to 'board/ads5121/u-boot.lds')
-rw-r--r-- | board/ads5121/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ads5121/u-boot.lds b/board/ads5121/u-boot.lds index 038d849..34ceb0f 100644 --- a/board/ads5121/u-boot.lds +++ b/board/ads5121/u-boot.lds @@ -51,7 +51,6 @@ SECTIONS { cpu/mpc512x/start.o (.text) *(.text) - *(.fixup) *(.got1) . = ALIGN(16); *(.rodata) |