]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: fs_helper: Drop the size_gran argument
authorSimon Glass <simon.glass@canonical.com>
Mon, 9 Mar 2026 15:13:03 +0000 (09:13 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 15:18:30 +0000 (09:18 -0600)
commitd030dc34d67acaa51742d549cb83a81256fefac2
tree1121922fbf412f19aa29c0863587e15bd13856eb
parentffaa324c895fc37d73f7ea070e0a8feda9da4174
test: fs_helper: Drop the size_gran argument

Nothing uses this argument, so make it a constant for now.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
Reviewed-by: Christian Taedcke <christian.taedcke@weidmueller.com>
test/py/tests/fs_helper.py