Merge tag 'v2022.01-rc4' into next
[platform/kernel/u-boot.git] / include / configs / rpi.h
index bc907ac..d5e064f 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