omap_hsmmc: add driver check for write protection
[platform/kernel/u-boot.git] / board / matrix_vision / mvblx / mvblx.c
index cb1e0c8..49af384 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, 0, 0, -1);
-       omap_mmc_init(1, 0, 0, -1);
+       omap_mmc_init(0, 0, 0, -1, -1);
+       omap_mmc_init(1, 0, 0, -1, -1);
        return 0;
 }
 #endif