]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/logicpd/zoom1/zoom1.c
ARM:OMAP+:MMC: Add parameters to MMC init
[people/ms/u-boot.git] / board / logicpd / zoom1 / zoom1.c
index dec0b2611f8930057a923d31bd4e37db274b4cc3..90b6b0fde57617c44c18fcc6150b490f84d9f63f 100644 (file)
@@ -92,7 +92,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