]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/evm/evm.c
ARM:OMAP+:MMC: Add parameters to MMC init
[karo-tx-uboot.git] / board / ti / evm / evm.c
index 8497aee6de8dd45cc8bb3dfb1e3f55b84497bbf8..61fc7b55310f7748770c06ce457e623f6816988e 100644 (file)
@@ -278,7 +278,7 @@ int board_eth_init(bd_t *bis)
 #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