Skip to content
Snippets Groups Projects
Commit b8f91eb8 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent ad3cd07f
No related branches found
No related tags found
No related merge requests found
......@@ -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*) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment