Hi Yannic, On Tue, 27 May 2025 at 14:24, Yannic Moog <y.m...@phytec.de> wrote: > > 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.m...@phytec.de> > --- > tools/binman/entry.py | 11 +++++------ > tools/binman/etype/blob.py | 7 +++---- > tools/binman/etype/blob_ext_list.py | 4 ++-- > 3 files changed, 10 insertions(+), 12 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> For the commit message, single quotes and <=60 chars are preferred. How about: tools: binman: Don't return 'faked' from check_fake_fname()