diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:20:57 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:19 -0700 |
commit | 70922342369e5e39b286fe21e768a239ca07a514 (patch) | |
tree | cce6437015513429fcab46a9abe866b51ed6e7ff /board/mousse | |
parent | 96279ab4cad60cb5972aa934fbe4845ac02cc75a (diff) |
Revert "Correct fixup relocation for mpc824x"
This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'board/mousse')
-rw-r--r-- | board/mousse/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mousse/u-boot.lds b/board/mousse/u-boot.lds index eb4d8e4e2b6..57358b8a49d 100644 --- a/board/mousse/u-boot.lds +++ b/board/mousse/u-boot.lds @@ -60,6 +60,7 @@ SECTIONS lib_generic/crc32.o (.text) lib_generic/zlib.o (.text) + *(.fixup) *(.got1) . = ALIGN(16); *(.rodata) |