]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/u-boot.lds
mxs: prefix register structs with 'mxs' prefix
[u-boot] / board / hymod / u-boot.lds
index 1efa8b3237d35b54a24db68d378b04bbd1446813..1309f209de546de73d85c6ef9b799d1b8cebdedf 100644 (file)
@@ -87,9 +87,10 @@ SECTIONS
   PROVIDE (erotext = .);
   .reloc   :
   {
-    *(.got)
     _GOT2_TABLE_ = .;
-    *(.got2)
+    KEEP(*(.got2))
+    KEEP(*(.got))
+    PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
     _FIXUP_TABLE_ = .;
     *(.fixup)
   }