]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-mvebu/spl.c
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
[people/ms/u-boot.git] / arch / arm / mach-mvebu / spl.c
index d16a62d2dd32f8d8d51369c664d1716b770f2c08..a5086f16fb2ecb0fb51f4d797a2acea06c4216fb 100644 (file)
@@ -70,13 +70,6 @@ u32 spl_boot_device(void)
        return get_boot_device();
 }
 
-#ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_boot_mode(const u32 boot_device)
-{
-       return MMCSD_MODE_RAW;
-}
-#endif
-
 void board_init_f(ulong dummy)
 {
        int ret;