mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 02:02:08 +02: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:
@@ -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) }
|
.dynbss : { *(.dynbss) }
|
||||||
.dynstr : { *(.dynstr*) }
|
.dynstr : { *(.dynstr*) }
|
||||||
.dynamic : { *(.dynamic*) }
|
.dynamic : { *(.dynamic*) }
|
||||||
|
Reference in New Issue
Block a user