summaryrefslogtreecommitdiffstats
path: root/include/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h
index 46fc454c22..92cdc049d4 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -54,7 +54,7 @@ int spl_onenand_load_image(void);
int spl_nor_load_image(void);
/* MMC SPL functions */
-int spl_mmc_load_image(void);
+int spl_mmc_load_image(u32 boot_device);
/* YMODEM SPL functions */
int spl_ymodem_load_image(void);
OpenPOWER on IntegriCloud