projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9d40a
)
imx: boot_mode: Add FLEXSPI boot entry
author
Peng Fan
<peng.fan@nxp.com>
Thu, 18 Oct 2018 12:28:13 +0000
(14:28 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 22 Oct 2018 10:59:01 +0000
(12:59 +0200)
i.MX8 support FLEXSPI boot support. So add FLEXSPI boot entry.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
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
8766e9d
..
3a483b6
100644
(file)
--- a/
arch/arm/include/asm/mach-imx/boot_mode.h
+++ b/
arch/arm/include/asm/mach-imx/boot_mode.h
@@
-25,6
+25,7
@@
enum boot_device {
MMC4_BOOT,
NAND_BOOT,
QSPI_BOOT,
+ FLEXSPI_BOOT,
USB_BOOT,
UNKNOWN_BOOT,
BOOT_DEV_NUM = UNKNOWN_BOOT,