test: fastboot: Avoid using mmc1
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:01 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:03 +0000 (10:00 -0400)
commit9bd2f62d12a53370822f0514ccc32e45209abc50
tree588facd14019a1e0a4ffd5000bb5f61f470931e2
parent4e0710a2d007032c8a82ef3af45a0e6e9176a2a7
test: fastboot: Avoid using mmc1

The bootflow tests need to use an MMC with an associated backing file
containing a filesystem. Update the fastboot tests to cope with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/fastboot.c