Fix MMC numbering issue for Raspberry Pi 3
[platform/kernel/u-boot.git] / include / configs / rpi.h
index 55768a4..4c5c1ac 100644 (file)
 #if CONFIG_IS_ENABLED(CMD_MMC)
        #define BOOT_TARGET_MMC(func) \
                func(MMC, mmc, 0) \
-               func(MMC, mmc, 1)
+               func(MMC, mmc, 1) \
+               func(MMC, mmc, 2)
 #else
        #define BOOT_TARGET_MMC(func)
 #endif