mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-18 20:54:37 +00:00
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>
This commit is contained in:
parent
ad9d40acb4
commit
707effeafd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ enum boot_device {
|
||||||
MMC4_BOOT,
|
MMC4_BOOT,
|
||||||
NAND_BOOT,
|
NAND_BOOT,
|
||||||
QSPI_BOOT,
|
QSPI_BOOT,
|
||||||
|
FLEXSPI_BOOT,
|
||||||
USB_BOOT,
|
USB_BOOT,
|
||||||
UNKNOWN_BOOT,
|
UNKNOWN_BOOT,
|
||||||
BOOT_DEV_NUM = UNKNOWN_BOOT,
|
BOOT_DEV_NUM = UNKNOWN_BOOT,
|
||||||
|
|
Loading…
Add table
Reference in a new issue