
27 Sep
2024
27 Sep
'24
12:07 a.m.
Move the check for this further out, so that base_addr is computed in Entry.WriteSymbols() rather than at lower levels.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/entry.py | 11 +++++++++-- tools/binman/etype/section.py | 15 +++++---------- tools/binman/image.py | 10 ++++------ 3 files changed, 18 insertions(+), 18 deletions(-)
Applied to u-boot-dm/next, thanks!