binman: drop "faked" return value from check_fake_fname
authorYannic Moog <y.moog@phytec.de>
Fri, 13 Jun 2025 12:02:40 +0000 (14:02 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 15:54:05 +0000 (09:54 -0600)
commita657d87f08789c4c50423897bd5ee052c6223ee6
tree9f40bdd9a0b539e5e7ba5e3d6f81e9202301c9e3
parent548d997229b7929bd7f0782415952d5a85eb7e64
binman: drop "faked" return value from check_fake_fname

check_fake_fname sets the faked member of the entry. Use that member
to get the faked status instead of a returned value indicating the same.
Add type annotations to the modified functions while at it.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bryan Brattlof <bb@ti.com>
tools/binman/entry.py
tools/binman/etype/blob.py
tools/binman/etype/blob_ext_list.py