diff options
Diffstat (limited to 'board/pandora/pandora.c')
-rw-r--r-- | board/pandora/pandora.c | 2 |
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 |