]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/beagle/beagle.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / ti / beagle / beagle.c
index e26b38793474bf073c455d472eabf26c22a67c9f..9edd3c5c4f6b5eb4196572ec1ba164b5bb96d918 100644 (file)
@@ -477,7 +477,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