]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm_t35/cm_t35.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / cm_t35 / cm_t35.c
index edbb941985c103e8d18ab2069471f7bd6ef95fa2..89e0fd30a8f4d174f1e4c266114afc950c70d483 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