]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1741dcc948cb7bd29986bb9463b802996c387cd6
tree588facd14019a1e0a4ffd5000bb5f61f470931e2
parent269b2d8057306ec05c3a2375174b032e16be8f2b
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