mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 23:31:44 +02: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
@ -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…
x
Reference in New Issue
Block a user