aboutsummaryrefslogtreecommitdiff
path: root/board/isee/igep0020/igep0020.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/isee/igep0020/igep0020.c')
-rw-r--r--board/isee/igep0020/igep0020.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/isee/igep0020/igep0020.c b/board/isee/igep0020/igep0020.c
index 6a3777eb8..1919085d5 100644
--- a/board/isee/igep0020/igep0020.c
+++ b/board/isee/igep0020/igep0020.c
@@ -96,7 +96,7 @@ static void setup_net_chip(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