]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/matrix_vision/mvblx/mvblx.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / matrix_vision / mvblx / mvblx.c
index 74b5b19be224b323aebbcab7b59338b7c89a8e74..f68f3122158ed3a91c9e3d36d4287289dd04a194 100644 (file)
@@ -106,8 +106,8 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0);
-       omap_mmc_init(1);
+       omap_mmc_init(0, 0, 0);
+       omap_mmc_init(1, 0, 0);
        return 0;
 }
 #endif