* [U-Boot] [PATCH 2/2] imx7: spl: Add support for MMC3, SD3 and NAND boot devices
@ 2018-01-03 10:56 Eran Matityahu
0 siblings, 0 replies; only message in thread
From: Eran Matityahu @ 2018-01-03 10:56 UTC (permalink / raw)
To: u-boot
Signed-off-by: Eran Matityahu <eran.m@variscite.com>
---
arch/arm/mach-imx/spl.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c
index 6b5bd8990c..27d065dc86 100644
--- a/arch/arm/mach-imx/spl.c
+++ b/arch/arm/mach-imx/spl.c
@@ -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:
--
2.16.0-rc0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-03 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 10:56 [U-Boot] [PATCH 2/2] imx7: spl: Add support for MMC3, SD3 and NAND boot devices Eran Matityahu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.