
5 Nov
2022
5 Nov
'22
8:55 p.m.
Tidy this up so that pylint is happy. Use hex for the 1MB size and make sure it is not a floating-point value.
Add a little main program to allow the code to be tried out, since at present is only called from a long-running test.
Signed-off-by: Simon Glass sjg@chromium.org ---
test/py/tests/fs_helper.py | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-)
Applied to u-boot-dm, thanks!