]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/corscience/tricorder/tricorder.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / corscience / tricorder / tricorder.c
index 56fe495277ee7d6ad84df39ab4494de81f2f6784..23e15be77045d3b26ede2ac26bc2c18c68b3dffb 100644 (file)
@@ -80,7 +80,7 @@ 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);
+       return omap_mmc_init(0, 0, 0, -1);
 }
 #endif