]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cm_t335: Fix the U-Boot binary output
authorSimon Glass <sjg@chromium.org>
Tue, 3 Jun 2014 04:04:45 +0000 (22:04 -0600)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:25:39 +0000 (16:25 -0400)
Correct the binary output so that image_binary_size is really at the
end of the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/compulab/cm_t335/u-boot.lds

index c8ab716ceaa7fea0416277ecc39314b047230bcf..627583668a780eb6324834a56d80371a362a4ed2 100644 (file)
@@ -62,6 +62,8 @@ SECTIONS
                *(.__rel_dyn_end)
        }
 
                *(.__rel_dyn_end)
        }
 
+       .hash : { *(.hash*) }
+
        .end :
        {
                *(.__end)
        .end :
        {
                *(.__end)
@@ -99,8 +101,6 @@ SECTIONS
        }
 
        .dynsym _image_binary_end : { *(.dynsym) }
        }
 
        .dynsym _image_binary_end : { *(.dynsym) }
-       .hash : { *(.hash) }
-       .got.plt : { *(.got.plt) }
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }
        .dynbss : { *(.dynbss) }
        .dynstr : { *(.dynstr*) }
        .dynamic : { *(.dynamic*) }