]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/omap5_evm/evm.c
omap_hsmmc: implement driver check for card detection
[karo-tx-uboot.git] / board / ti / omap5_evm / evm.c
index c8dfdf814299f83ecb78a8f93ef9629e9c264ad7..45d4704772f8cf4c25e86e0f79aaa84d34b3c622 100644 (file)
@@ -94,8 +94,8 @@ void set_muxconf_regs_non_essential(void)
 #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_GENERIC_MMC)
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0, 0, 0);
-       omap_mmc_init(1, 0, 0);
+       omap_mmc_init(0, 0, 0, -1);
+       omap_mmc_init(1, 0, 0, -1);
        return 0;
 }
 #endif