]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/spl.c
common: Pass the boot device into spl_boot_mode()
[u-boot] / arch / arm / mach-socfpga / spl.c
index 98c16a000d83375b4b963511a802ab945a4f5c66..fec4c7a991019725b4523c1d1b0099abc973d453 100644 (file)
@@ -58,7 +58,7 @@ u32 spl_boot_device(void)
 }
 
 #ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_boot_mode(void)
+u32 spl_boot_mode(const u32 boot_device)
 {
 #if defined(CONFIG_SPL_FAT_SUPPORT) || defined(CONFIG_SPL_EXT_SUPPORT)
        return MMCSD_MODE_FS;