]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx31ads/u-boot.lds
mx31ads: Fix the U-Boot binary output
[karo-tx-uboot.git] / board / freescale / mx31ads / u-boot.lds
index 61b83bfc63db0c7612f25f438092bde8405c13b9..8a4a8a2f078f8a7ddcada9572c58bf00abf22a6d 100644 (file)
@@ -70,6 +70,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
@@ -100,7 +102,7 @@ SECTIONS
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }
-       .hash : { *(.hash*) }
+       .gnu.hash : { *(.gnu.hash) }
        .plt : { *(.plt*) }
        .interp : { *(.interp*) }
        .gnu : { *(.gnu*) }