]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Enable mmc command and legacy images
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:19 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 19:14:11 +0000 (14:14 -0500)
commit06a892504cb967dd746e818e241077cc9e5d97aa
tree698869f55901336e830f5e29a06110b55c3e7738
parentc56b670492edc9487075fff903bd5a9421104e7e
sandbox: Enable mmc command and legacy images

The mmc command is useful for testing mmc disk images in sandbox, so
enable it. We also need to enable legacy images so that we can run tests
which use them.

Disable it for a few avb tests since MMC is not implemented there yet.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
test/py/tests/test_android/test_avb.py