]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/am335x/u-boot.lds
ti: am335x: Fix the U-Boot binary output
[karo-tx-uboot.git] / board / ti / am335x / u-boot.lds
index 2c5a0f8a117e9626813b3947f0a0c8eded6566ca..78f294af408e53c7f6bbd77548d54f50c0156e57 100644 (file)
@@ -78,6 +78,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
@@ -118,7 +120,6 @@ SECTIONS
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }
-       .hash : { *(.hash*) }
        .gnu.hash : { *(.gnu.hash) }
        .plt : { *(.plt*) }
        .interp : { *(.interp*) }