ARM:OMAP+:MMC: Add parameters to MMC init
[pandora-u-boot.git] / board / pandora / pandora.c
index 58a676d..f369598 100644 (file)
@@ -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