ARM:OMAP+:MMC: Add parameters to MMC init
[pandora-u-boot.git] / board / logicpd / zoom1 / zoom1.c
index dec0b26..90b6b0f 100644 (file)
@@ -92,7 +92,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