]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap-common/spl_mmc.c
ARM:OMAP+:MMC: Add parameters to MMC init
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap-common / spl_mmc.c
index 6f5b43e559f3b80b44b67f90f55844b1d3c12553..4bd0602a92ca05e9e2eda2a6f58c4a390e8a9178 100644 (file)
@@ -39,10 +39,10 @@ int board_mmc_init(bd_t *bis)
 {
        switch (omap_boot_device()) {
        case BOOT_DEVICE_MMC1:
-               omap_mmc_init(0);
+               omap_mmc_init(0, 0, 0);
                break;
        case BOOT_DEVICE_MMC2:
-               omap_mmc_init(1);
+               omap_mmc_init(1, 0, 0);
                break;
        }
        return 0;