summaryrefslogtreecommitdiffstats
path: root/board/pandora
diff options
context:
space:
mode:
Diffstat (limited to 'board/pandora')
-rw-r--r--board/pandora/pandora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 58a676d455..f369598d77 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -108,7 +108,7 @@ void set_muxconf_regs(void)
#ifdef CONFIG_GENERIC_MMC
int board_mmc_init(bd_t *bis)
{
- omap_mmc_init(0);
+ omap_mmc_init(0, 0, 0);
return 0;
}
#endif
OpenPOWER on IntegriCloud