]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/overo/overo.c
omap_hsmmc: add driver check for write protection
[karo-tx-uboot.git] / board / overo / overo.c
index fdf46a2aae92101bc2957eab45144f3a6c6571eb..8690450fa8f935328a7570237031187a317e2770 100644 (file)
@@ -392,7 +392,6 @@ int board_eth_init(bd_t *bis)
 #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, -1);
 }
 #endif