arm: mvebu: turris_omnia: Add NVMe to boot targets
authorPali Rohár <pali@kernel.org>
Wed, 6 Apr 2022 09:39:35 +0000 (11:39 +0200)
committerStefan Roese <sr@denx.de>
Mon, 2 May 2022 05:47:26 +0000 (07:47 +0200)
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>
include/configs/turris_omnia.h

index f2fc374..8119340 100644 (file)
@@ -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) \