
27 Sep
2019
27 Sep
'19
2:38 a.m.
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: Simon Glass sjg@chromium.org ---
tools/binman/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!