diff options
Diffstat (limited to 'board/pandora/pandora.c')
| -rw-r--r-- | board/pandora/pandora.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 3a62e9d63..9ff5dd766 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 |