
2 Aug
2023
2 Aug
'23
8:08 p.m.
From: Lukas Funke lukas.funke@weidmueller.com
Check if elf tools are available when running DecodeElf(). Also remove superfuous semicolon at line ending.
Signed-off-by: Lukas Funke lukas.funke@weidmueller.com Reviewed-by: Simon Glass sjg@chromium.org
---
Changes in v3: - Improved test coverage regarding missing libelf - Align error message
tools/binman/elf.py | 14 +++++++------- tools/binman/elf_test.py | 11 +++++++++++ 2 files changed, 18 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!