rpi: Add mmc 1 as a boot target
[oweals/u-boot.git] / include / configs / rpi.h
index 37be6dbeeb0af950732423480f235704f320d7c9..9ce41767a976b911573d9816746fb50f18022f8a 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)