projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3cd07
)
cm_t335: Fix the U-Boot binary output
author
Simon Glass
<sjg@chromium.org>
Tue, 3 Jun 2014 04:04:45 +0000
(22:04 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/compulab/cm_t335/u-boot.lds
b/board/compulab/cm_t335/u-boot.lds
index c8ab716ceaa7fea0416277ecc39314b047230bcf..627583668a780eb6324834a56d80371a362a4ed2 100644
(file)
--- 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*) }