]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/htkw/mcx/mcx.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / htkw / mcx / mcx.c
index 9fe6408ecf9d866acb6d943815f1151686de9d4d..5cf5bb6c4c7b3aa0e82fb45d1d53b18b0cad14ec 100644 (file)
@@ -114,7 +114,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_OMAP_HSMMC) && !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