commit | d6048807dd26945ee19b75c032d8cbbef9437a3f | [log] [tgz] |
---|---|---|
author | Christian Taedcke <christian.taedcke@weidmueller.com> | Wed Nov 15 13:44:23 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 28 20:10:25 2023 -0500 |
tree | 356324564a4afc66e667a5d19b20050356a0d256 | |
parent | a1fd735f858bef66128a1a226a6fe302710bd753 [diff] |
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>