summaryrefslogtreecommitdiff
path: root/board/matrix_vision/mvblx/mvblx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/matrix_vision/mvblx/mvblx.c')
-rw-r--r--board/matrix_vision/mvblx/mvblx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/matrix_vision/mvblx/mvblx.c b/board/matrix_vision/mvblx/mvblx.c
index f68f312215..49af384aaa 100644
--- a/board/matrix_vision/mvblx/mvblx.c
+++ b/board/matrix_vision/mvblx/mvblx.c
@@ -106,8 +106,8 @@ void set_muxconf_regs(void)
#ifdef CONFIG_GENERIC_MMC
int board_mmc_init(bd_t *bis)
{
- omap_mmc_init(0, 0, 0);
- omap_mmc_init(1, 0, 0);
+ omap_mmc_init(0, 0, 0, -1, -1);
+ omap_mmc_init(1, 0, 0, -1, -1);
return 0;
}
#endif