]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-zynq/spl.c
common: Pass the boot device into spl_boot_mode()
[people/ms/u-boot.git] / arch / arm / mach-zynq / spl.c
index 6c5415ac8f5360a936f2219e512f2258b8778061..e8added155672f0905b3740b7ea6e55e605f7e09 100644 (file)
@@ -69,7 +69,7 @@ u32 spl_boot_device(void)
 }
 
 #ifdef CONFIG_SPL_MMC_SUPPORT
-u32 spl_boot_mode(void)
+u32 spl_boot_mode(const u32 boot_device)
 {
        return MMCSD_MODE_FS;
 }