]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-at91/spl.c
common: Pass the boot device into spl_boot_mode()
[people/ms/u-boot.git] / arch / arm / mach-at91 / spl.c
index f255b59195e6da69e704192d65308143fd637b2b..ad6a597c7317e7c000c9f9ba8d1707e7518d0b57 100644 (file)
@@ -75,7 +75,7 @@ u32 spl_boot_device(void)
 }
 #endif
 
-u32 spl_boot_mode(void)
+u32 spl_boot_mode(const u32 boot_device)
 {
        switch (spl_boot_device()) {
 #ifdef CONFIG_SYS_USE_MMC