]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/logicpd/am3517evm/am3517evm.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / logicpd / am3517evm / am3517evm.c
index 0b3721ed854004f9110d2a4a490f71dc7f060cc0..26f0289d45465425b94a8127b65e65d046f2a232 100644 (file)
@@ -135,8 +135,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0, 0, 0);
-       return 0;
+       return omap_mmc_init(0, 0, 0, -1);
 }
 #endif