]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/am3517crane/am3517crane.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / ti / am3517crane / am3517crane.c
index 436645a83f7c4f37310f6f38d4bdfcd4f0545a03..888398deac25f2f15c87bd93299d39ba46dcead7 100644 (file)
@@ -78,7 +78,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);
+       omap_mmc_init(0, 0, 0);
        return 0;
 }
 #endif