]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Add size granularity parameter to mk_fs
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Wed, 15 Nov 2023 12:44:23 +0000 (13:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Nov 2023 01:10:25 +0000 (20:10 -0500)
commitc667b26b261de78891246f853ee3c5061f3c73c9
tree356324564a4afc66e667a5d19b20050356a0d256
parent1e85b66212036ee3d34fae6e4adb45572fc57c12
test: Add size granularity parameter to mk_fs

Without this commit it is only possible to create filesystem images
with a size granularity of 1MB.
This commit adds the option to create file systems with different
sizes, e.g 8.5MB.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
test/py/tests/fs_helper.py