diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-10-18 14:28:13 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 12:59:01 +0200 |
commit | 707effeafdeb77be31a3e7a135dea14903066a55 (patch) | |
tree | 85e4e9212cfd315012f258905394109086739fd1 /arch | |
parent | ad9d40acb4e67d708264b5caec6e281a28d14344 (diff) | |
download | u-boot-707effeafdeb77be31a3e7a135dea14903066a55.tar.gz u-boot-707effeafdeb77be31a3e7a135dea14903066a55.tar.xz u-boot-707effeafdeb77be31a3e7a135dea14903066a55.zip |
imx: boot_mode: Add FLEXSPI boot entry
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/mach-imx/boot_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/boot_mode.h b/arch/arm/include/asm/mach-imx/boot_mode.h index 8766e9d180..3a483b6afa 100644 --- 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, |