]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/isee/igep0030/igep0030.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / isee / igep0030 / igep0030.c
index 6a927350b4d29b2d23604201c5e4087b5cc19fd4..492d9d40ffaa482e858f35cc274ba3bc3dd725f3 100644 (file)
@@ -50,7 +50,7 @@ int board_init(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