]> git.dujemihanovic.xyz Git - u-boot.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)
commit7d850f85aad74ae907290ba6f911d362a0478e61
tree698869f55901336e830f5e29a06110b55c3e7738
parent348064ee2c8f9494b91b55729ac60c5db79ef129
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