]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am3517crane/am3517crane.c
omap5912-osk: Fix DRAM initialisation
[u-boot] / board / ti / am3517crane / am3517crane.c
index 888398deac25f2f15c87bd93299d39ba46dcead7..0b94245e026468c07315b8aa185beada816e9c63 100644 (file)
@@ -78,7 +78,6 @@ 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, -1);
 }
 #endif