
23 Aug
2020
23 Aug
'20
1:17 a.m.
Some of these were not converted when binman moved to use absolute paths. Fix them.
Also drop the import of 'test' which is a directory, not a module.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/control.py | 4 ++-- tools/binman/ftest.py | 2 +- tools/binman/image_test.py | 2 +- tools/binman/main.py | 1 - 4 files changed, 4 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!