ARM:OMAP+:MMC: Add parameters to MMC init
[platform/kernel/u-boot.git] / board / isee / igep0020 / igep0020.c
index 6a3777e..1919085 100644 (file)
@@ -96,7 +96,7 @@ static void setup_net_chip(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