arm64: mvebu: Init COMPHY from the slave-CP on the A8k
[oweals/u-boot.git] / arch / arm / mach-mvebu / spl.c
index ac5bb2c20926fce762fd40b91fd9f466f9b1707e..e1c9cdba5041b5c1a2b90a947d608aa5090979c4 100644 (file)
@@ -57,7 +57,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_RAW;
 }