]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: test: Allow binding and using any mmc device
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:40 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commit2b9adcaca2055d891775c59096147f702f6423bd
treef941c2783d2f4e22f5ed12a9f9fbccaa7f52f098
parentc3867e2e98165106fc5f378eeaf3354cd18e87bd
bootstd: test: Allow binding and using any mmc device

We currently use mmc4 for tests. Update the function which sets this up
so that it can handle any device.

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