Skip to content
Commit 261cbe0b authored by Simon Glass's avatar Simon Glass
Browse files

binman: Write symbol info before image inclusion



At present the symbol information is written to binaries just before
binman exits. This is fine for entries within sections since the section
contents is calculated when it is needed, so the updated symbol values are
included in the image that is written.

However some binaries are inside entries which have already generated
their contents and do not notice that the entries have changed (e.g. Intel
IFWI).

Move the symbol writing earlier to cope with this.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent ed9571d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment