]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: elf: Add more debugging to LookupAndWriteSymbols()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2024 10:49:36 +0000 (11:49 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000 (08:42 -0600)
commit9b37db6b770fa0e001d9526edd43f23b8b4c6368
tree3d4d72c2d0637922d28d18d1eeff14813b08d306
parentbcc8f0853ba8f3b42157b6d05702716234219f4e
binman: elf: Add more debugging to LookupAndWriteSymbols()

When symbol-writing does not appear to work, it can sometimes be hard to
figure out what is going on. Add some more debugging to help.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf.py