aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-04-06 11:39:35 +0200
committerStefan Roese <sr@denx.de>2022-05-02 07:47:26 +0200
commit0ddc1e5aa3e1e91fe1618798a523f75de7266657 (patch)
treed3ddb4e8125a44f5b131be905b43c0ed560fe2e5 /include
parent9efc5b7a4b40bbb18689a2c3b5c73de3272c136e (diff)
downloadu-boot-0ddc1e5aa3e1e91fe1618798a523f75de7266657.zip
u-boot-0ddc1e5aa3e1e91fe1618798a523f75de7266657.tar.gz
u-boot-0ddc1e5aa3e1e91fe1618798a523f75de7266657.tar.bz2
arm: mvebu: turris_omnia: Add NVMe to boot targets
U-Boot for Turris Omnia has already enabled NVMe support. So add NVMe to boot targets. Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/turris_omnia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h
index f2fc374..8119340 100644
--- a/include/configs/turris_omnia.h
+++ b/include/configs/turris_omnia.h
@@ -54,6 +54,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
+ func(NVME, nvme, 0) \
func(SCSI, scsi, 0) \
func(USB, usb, 0) \
func(PXE, pxe, na) \