summaryrefslogtreecommitdiffstats
path: root/board/compulab
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-02 22:04:45 -0600
committerTom Rini <trini@ti.com>2014-06-11 16:25:39 -0400
commitb8f91eb8675dd63f1ac31c749b2b3f146a908273 (patch)
treeb70f6925ed87bec9621dd04561c53574e52f777f /board/compulab
parentad3cd07f04e31c7f68c3cadc2f88475dd9205d5a (diff)
downloadblackbird-obmc-uboot-b8f91eb8675dd63f1ac31c749b2b3f146a908273.tar.gz
blackbird-obmc-uboot-b8f91eb8675dd63f1ac31c749b2b3f146a908273.zip
cm_t335: Fix the U-Boot binary output
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>
Diffstat (limited to 'board/compulab')
-rw-r--r--board/compulab/cm_t335/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/compulab/cm_t335/u-boot.lds b/board/compulab/cm_t335/u-boot.lds
index c8ab716cea..627583668a 100644
--- a/board/compulab/cm_t335/u-boot.lds
+++ b/board/compulab/cm_t335/u-boot.lds
@@ -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*) }
OpenPOWER on IntegriCloud