]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/htkw/mcx/mcx.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / htkw / mcx / mcx.c
index e593b43d48d3701d68d113e709ae1ca3edcd81f2..8f0b52702b02c92cef6493b5e12cea08910db138 100644 (file)
@@ -93,7 +93,7 @@ void set_muxconf_regs(void)
 #if defined(CONFIG_OMAP_HSMMC) && !defined(CONFIG_SPL_BUILD)
 int board_mmc_init(bd_t *bis)
 {
-       return omap_mmc_init(0);
+       return omap_mmc_init(0, 0, 0);
 }
 #endif