Skip to content
Snippets Groups Projects
Commit 9e2b5176 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8260: Fix compile problems with "hymod" board


Commit 9d8fbd1b "powerpc, 8xx: Fixup all 8xx u-boot.lds scripts" broke
building of the MPC8260 based "hymod" board.  Fix this.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Cc: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
parent f18185ab
No related branches found
No related tags found
No related merge requests found
...@@ -87,9 +87,10 @@ SECTIONS ...@@ -87,9 +87,10 @@ SECTIONS
PROVIDE (erotext = .); PROVIDE (erotext = .);
.reloc : .reloc :
{ {
*(.got)
_GOT2_TABLE_ = .; _GOT2_TABLE_ = .;
*(.got2) KEEP(*(.got2))
KEEP(*(.got))
PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
_FIXUP_TABLE_ = .; _FIXUP_TABLE_ = .;
*(.fixup) *(.fixup)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment