omap_hsmmc: add driver check for write protection
[platform/kernel/u-boot.git] / board / ti / am3517crane / am3517crane.c
index 91b6822..0b94245 100644 (file)
@@ -78,6 +78,6 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0, 0, 0, -1);
+       return omap_mmc_init(0, 0, 0, -1, -1);
 }
 #endif