]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Unwind the end-at-4gb special-case a little
authorSimon Glass <sjg@chromium.org>
Mon, 26 Aug 2024 19:11:41 +0000 (13:11 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Sep 2024 10:40:30 +0000 (12:40 +0200)
commitb73d0bb584e5f89c8d80c7435f1a6c036be25dd9
treee86a2fb2b27fa5896f82aabc87f5fa54ef0d23ae
parentbce055338eabdac46d34c781753e05486898325a
binman: Unwind the end-at-4gb special-case a little

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
tools/binman/etype/section.py
tools/binman/image.py