imx7: spl: Add support for MMC3, SD3 and NAND boot devices

Signed-off-by: Eran Matityahu <eran.m@variscite.com>
This commit is contained in:
Eran Matityahu 2018-01-03 12:56:24 +02:00 committed by Stefano Babic
parent cd9f3ff651
commit e7528a3d74

View File

@ -108,7 +108,11 @@ u32 spl_boot_device(void)
case MMC1_BOOT:
case SD2_BOOT:
case MMC2_BOOT:
case SD3_BOOT:
case MMC3_BOOT:
return BOOT_DEVICE_MMC1;
case NAND_BOOT:
return BOOT_DEVICE_NAND;
case SPI_NOR_BOOT:
return BOOT_DEVICE_SPI;
default: