summaryrefslogtreecommitdiffstats
path: root/board/pandora/pandora.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pandora/pandora.c')
-rw-r--r--board/pandora/pandora.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c
index 3a62e9d633..9ff5dd7664 100644
--- a/board/pandora/pandora.c
+++ b/board/pandora/pandora.c
@@ -139,7 +139,6 @@ void set_muxconf_regs(void)
#ifdef CONFIG_GENERIC_MMC
int board_mmc_init(bd_t *bis)
{
- omap_mmc_init(0, 0, 0);
- return 0;
+ return omap_mmc_init(0, 0, 0, -1, -1);
}
#endif
OpenPOWER on IntegriCloud