[U-Boot] [PATCH V3 07/31] imx: boot_mode: add USB_BOOT entry

Peng Fan peng.fan at nxp.com
Tue Jan 9 12:11:27 UTC 2018


Add USB_BOOT entry.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
Reviewed-by: Stefano Babic <sbabic at denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam at nxp.com>
---
 arch/arm/include/asm/mach-imx/boot_mode.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/mach-imx/boot_mode.h b/arch/arm/include/asm/mach-imx/boot_mode.h
index a8239f2f7a..e3ed046b25 100644
--- a/arch/arm/include/asm/mach-imx/boot_mode.h
+++ b/arch/arm/include/asm/mach-imx/boot_mode.h
@@ -26,6 +26,7 @@ enum boot_device {
 	MMC4_BOOT,
 	NAND_BOOT,
 	QSPI_BOOT,
+	USB_BOOT,
 	UNKNOWN_BOOT,
 	BOOT_DEV_NUM = UNKNOWN_BOOT,
 };
-- 
2.14.1



More information about the U-Boot mailing list