bootstd: Add an MMC hunter
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:38 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commit843160fa7afc682651c5eea7d8e15f0767b66497
treed5bc4410b2f8212a0b18677865f45c0ee66a03eb
parent04fb2b6e45893df45a7d6bed61614fce97c279e4
bootstd: Add an MMC hunter

Add a hunter for MMC. This doesn't do anything at present, since MMC is
currently set up when U-Boot starts. If MMC moves to lazy init then we can
add a hunter function.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc_bootdev.c
test/boot/bootdev.c