]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/comelit/dig297/dig297.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / comelit / dig297 / dig297.c
index 65482813d249c22993955b650df95501953e79cf..c6c10717b783655e7ba9a50ca99775a82ac0113e 100644 (file)
@@ -147,7 +147,7 @@ void set_muxconf_regs(void)
 #ifdef CONFIG_GENERIC_MMC
 int board_mmc_init(bd_t *bis)
 {
-       omap_mmc_init(0);
+       omap_mmc_init(0, 0, 0);
        return 0;
 }
 #endif