summaryrefslogtreecommitdiff
path: root/board/ep88x
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep88x')
-rw-r--r--board/ep88x/u-boot.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ep88x/u-boot.lds b/board/ep88x/u-boot.lds
index e2dd1c20f2..332b35a57d 100644
--- a/board/ep88x/u-boot.lds
+++ b/board/ep88x/u-boot.lds
@@ -43,9 +43,10 @@ SECTIONS
PROVIDE (erotext = .);
.reloc :
{
- KEEP(*(.got))
_GOT2_TABLE_ = .;
KEEP(*(.got2))
+ KEEP(*(.got))
+ PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
_FIXUP_TABLE_ = .;
KEEP(*(.fixup))
}