omap_hsmmc: implement driver check for card detection
[platform/kernel/u-boot.git] / board / cm_t35 / cm_t35.c
index edbb941..89e0fd3 100644 (file)
@@ -379,7 +379,7 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0, 0, 0);
+       return omap_mmc_init(0, 0, 0, -1);
 }
 #endif