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:
b8f91eb
)
mx31ads: Fix the U-Boot binary output
author
Simon Glass
<sjg@chromium.org>
Tue, 3 Jun 2014 04:04:46 +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/freescale/mx31ads/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/freescale/mx31ads/u-boot.lds
b/board/freescale/mx31ads/u-boot.lds
index 61b83bfc63db0c7612f25f438092bde8405c13b9..8a4a8a2f078f8a7ddcada9572c58bf00abf22a6d 100644
(file)
--- a/
board/freescale/mx31ads/u-boot.lds
+++ b/
board/freescale/mx31ads/u-boot.lds
@@
-70,6
+70,8
@@
SECTIONS
*(.__rel_dyn_end)
}
+ .hash : { *(.hash*) }
+
.end :
{
*(.__end)
@@
-100,7
+102,7
@@
SECTIONS
.dynbss : { *(.dynbss) }
.dynstr : { *(.dynstr*) }
.dynamic : { *(.dynamic*) }
- .
hash : { *(.hash*
) }
+ .
gnu.hash : { *(.gnu.hash
) }
.plt : { *(.plt*) }
.interp : { *(.interp*) }
.gnu : { *(.gnu*) }