]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pandora/pandora.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / pandora / pandora.c
index 3a62e9d6330b7b326cfd570a95e9f7f9d238116e..e2feff8cae7ecfcf38489ccd70e91ce84bcdef21 100644 (file)
@@ -139,7 +139,6 @@ 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