projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de27466
)
imx: boot_mode: add USB_BOOT entry
author
Peng Fan
<peng.fan@nxp.com>
Wed, 10 Jan 2018 05:20:24 +0000
(13:20 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 4 Feb 2018 11:00:58 +0000
(12:00 +0100)
Add USB_BOOT entry.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/include/asm/mach-imx/boot_mode.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/mach-imx/boot_mode.h
b/arch/arm/include/asm/mach-imx/boot_mode.h
index a8239f2f7a51c78ca8240d6883fca04b61c807d1..e3ed046b251185219fb3a0f6f8f97a2df6177482 100644
(file)
--- 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,
};