X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/4a66d4ee336048b51bf5701a2abfac9a79c5a860..e97590654aea4c964f49bd915543a417d0c76996:/arch/arm/mach-socfpga/spl_s10.c diff --git a/arch/arm/mach-socfpga/spl_s10.c b/arch/arm/mach-socfpga/spl_s10.c index d89151d9024..08427dd83e2 100644 --- a/arch/arm/mach-socfpga/spl_s10.c +++ b/arch/arm/mach-socfpga/spl_s10.c @@ -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;