diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/boot-common.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/boot-common.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c index 1c8b6177d..24cbe2da0 100644 --- a/arch/arm/cpu/armv7/omap-common/boot-common.c +++ b/arch/arm/cpu/armv7/omap-common/boot-common.c @@ -64,11 +64,11 @@ int board_mmc_init(bd_t *bis)  {  	switch (spl_boot_device()) {  	case BOOT_DEVICE_MMC1: -		omap_mmc_init(0, 0, 0); +		omap_mmc_init(0, 0, 0, -1, -1);  		break;  	case BOOT_DEVICE_MMC2:  	case BOOT_DEVICE_MMC2_2: -		omap_mmc_init(1, 0, 0); +		omap_mmc_init(1, 0, 0, -1, -1);  		break;  	}  	return 0; |