]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Update elf to return number of written symbols
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:56 +0000 (07:23 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:58 +0000 (14:10 -0600)
commit7699b16eb00d0f662799a21991e45fe1c2cb6464
treeb14095ff9891d378c77c1541b56c95b80c09587c
parentf85c20d1ee61688b669461a84e187c7989d1d753
binman: Update elf to return number of written symbols

Update the LookupAndWriteSymbols() function to return the number of
symbols written. Also add some logging for when debugging is not
enabled.

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