]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_t335/u-boot.lds
cm_t335: Fix the U-Boot binary output
[karo-tx-uboot.git] / board / compulab / cm_t335 / u-boot.lds
index c8ab716ceaa7fea0416277ecc39314b047230bcf..627583668a780eb6324834a56d80371a362a4ed2 100644 (file)
@@ -62,6 +62,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
@@ -99,8 +101,6 @@ SECTIONS
        }
 
        .dynsym _image_binary_end : { *(.dynsym) }
-       .hash : { *(.hash) }
-       .got.plt : { *(.got.plt) }
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }