rpi: Add mmc 1 as a boot target
authorEmmanuel Vadot <manu@freebsd.org>
Mon, 2 Jul 2018 12:34:55 +0000 (14:34 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 21:59:55 +0000 (22:59 +0100)
When booting with the rpi-firmware "mmc" overlay that disable
the SDHOST controller and use the SDHCI one for the sd card,
mmc 1 because a viable boot target.
Add it to the list

Signed-off-by: Oleksandr Tymoshenko <gonzo@FreeBSD.org>
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/configs/rpi.h

index 37be6db..9ce4176 100644 (file)
 
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
+       func(MMC, mmc, 1) \
        func(USB, usb, 0) \
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)