commit | 7d850f85aad74ae907290ba6f911d362a0478e61 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:19 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 14:14:11 2023 -0500 |
tree | 698869f55901336e830f5e29a06110b55c3e7738 | |
parent | 348064ee2c8f9494b91b55729ac60c5db79ef129 [diff] |
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>