diff options
Diffstat (limited to 'board/exbitgen/u-boot.lds')
-rw-r--r-- | board/exbitgen/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/exbitgen/u-boot.lds b/board/exbitgen/u-boot.lds index 36f9491..7dd5391 100644 --- a/board/exbitgen/u-boot.lds +++ b/board/exbitgen/u-boot.lds @@ -98,7 +98,7 @@ SECTIONS PROVIDE (erotext = .); .reloc : { - *(.got) + *(.got) _GOT2_TABLE_ = .; *(.got2) _FIXUP_TABLE_ = .; |