]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: elf: Check for ELF_TOOLS availability and remove extra semicolon
authorLukas Funke <lukas.funke@weidmueller.com>
Tue, 18 Jul 2023 11:53:09 +0000 (13:53 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 2 Aug 2023 13:51:09 +0000 (07:51 -0600)
commit43176ed86d9f120efb3e86084d83a714bf076d29
treea26d06fdaf2d4cc5ec1633ab583e594476f1d6a5
parent7755b2200777f72dca87dd169138e95f011bbcb9
binman: elf: Check for ELF_TOOLS availability and remove extra semicolon

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>
Revert part of patch to make binman test pass
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/elf.py
tools/binman/elf_test.py