diff options
Diffstat (limited to 'board/ti/omap5_evm/evm.c')
| -rw-r--r-- | board/ti/omap5_evm/evm.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/ti/omap5_evm/evm.c b/board/ti/omap5_evm/evm.c index c8dfdf814..55337c09d 100644 --- a/board/ti/omap5_evm/evm.c +++ b/board/ti/omap5_evm/evm.c @@ -94,8 +94,8 @@ void set_muxconf_regs_non_essential(void)  #if !defined(CONFIG_SPL_BUILD) && defined(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 |