]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/comelit/dig297/dig297.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / comelit / dig297 / dig297.c
index c6c10717b783655e7ba9a50ca99775a82ac0113e..2a55cb8b7bfc79b3ca3b3390ac8397d5f31fa2b6 100644 (file)
@@ -147,8 +147,7 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0, 0, 0);
-       return 0;
+       return omap_mmc_init(0, 0, 0, -1);
 }
 #endif