]> Git Repo - J-u-boot.git/blobdiff - arch/arm/mach-socfpga/spl_s10.c
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
[J-u-boot.git] / arch / arm / mach-socfpga / spl_s10.c
index d89151d902417acd100746f9bf17ace716c717ee..08427dd83e221e3a85778345b2fb3395032fefca 100644 (file)
@@ -30,7 +30,7 @@ u32 spl_boot_device(void)
 }
 
 #ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_boot_mode(const u32 boot_device)
+u32 spl_mmc_boot_mode(const u32 boot_device)
 {
 #if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_FS_EXT4)
        return MMCSD_MODE_FS;
This page took 0.023917 seconds and 4 git commands to generate.