]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ti/beagle/beagle.c
am335x: Update timings for the beaglebone again
[karo-tx-uboot.git] / board / ti / beagle / beagle.c
index 51dbd5df6ef8c9c910b29cef9ff9329b7e706dde..3d9b6dd8fd2a25f0113721ab0f30dda98b2ff3a6 100644 (file)
@@ -532,7 +532,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0, 0, 0, -1);
+       return omap_mmc_init(0, 0, 0, -1, -1);
 }
 #endif