]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/spl/spl.c
spl: Convert spl_mmc_load_image() to use linker list
[people/ms/u-boot.git] / common / spl / spl.c
index b8ec72c64e9183584f27fcbabe7a9f0c319e7ab2..321709916fe52f372a0c1a1d0838625c344be995 100644 (file)
@@ -384,12 +384,6 @@ static int spl_load_image(u32 boot_device)
                return loader->load_image(&bootdev);
 
        switch (boot_device) {
-#ifdef CONFIG_SPL_MMC_SUPPORT
-       case BOOT_DEVICE_MMC1:
-       case BOOT_DEVICE_MMC2:
-       case BOOT_DEVICE_MMC2_2:
-               return spl_mmc_load_image(&bootdev);
-#endif
 #ifdef CONFIG_SPL_UBI
        case BOOT_DEVICE_NAND:
        case BOOT_DEVICE_ONENAND: