diff options
Diffstat (limited to 'board/pandora')
| -rw-r--r-- | board/pandora/pandora.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index e2feff8ca..9ff5dd766 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -139,6 +139,6 @@ void set_muxconf_regs(void)  #ifdef CONFIG_GENERIC_MMC  int board_mmc_init(bd_t *bis)  { -	return omap_mmc_init(0, 0, 0, -1); +	return omap_mmc_init(0, 0, 0, -1, -1);  }  #endif |