mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
ad3cd07f04
commit
b8f91eb867
1 changed files with 2 additions and 2 deletions
|
@ -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*) }
|
||||
|
|
Loading…
Add table
Reference in a new issue