Searched refs:mk_fs (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | conftest.py | 128 def mk_fs(config, fs_type, size, id): function 263 fs_img = mk_fs(u_boot_config, fs_type, 0xc0000000, '3GB') 371 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB') 452 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB') 488 fs_img = mk_fs(u_boot_config, fs_type, 0x8000000, '128MB')
|