X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=board%2Fep88x%2Fu-boot.lds;fp=board%2Fep88x%2Fu-boot.lds;h=332b35a57d68bba3be2dd450bac71168348813ed;hb=9d8fbd1b20e262a4cfc5da4ee64aebff443d2be8;hp=e2dd1c20f2c4242309993664e8cd8f62a516564f;hpb=73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba;p=pandora-u-boot.git 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)) }