commit | 319dc29c75d739449a05893a4b7574dc5286d47b | [log] [tgz] |
---|---|---|
author | Yannic Moog <y.moog@phytec.de> | Fri Jun 13 14:02:40 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 26 09:54:05 2025 -0600 |
tree | 9f40bdd9a0b539e5e7ba5e3d6f81e9202301c9e3 | |
parent | 4bbaa593f187eb87b28ca72aa6b4d86bd50a25eb [diff] |
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>