diff options
Diffstat (limited to 'board/ti/beagle/beagle.c')
| -rw-r--r-- | board/ti/beagle/beagle.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 51dbd5df6..3d9b6dd8f 100644 --- a/board/ti/beagle/beagle.c +++ b/board/ti/beagle/beagle.c @@ -532,7 +532,7 @@ void set_muxconf_regs(void)  #if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD)  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 |