]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets
authorPali Rohár <pali@kernel.org>
Wed, 6 Apr 2022 09:39:36 +0000 (11:39 +0200)
committerStefan Roese <sr@denx.de>
Mon, 2 May 2022 05:47:26 +0000 (07:47 +0200)
U-Boot for Turris Mox has already enabled NVMe and SCSI support. So add
NVMe and SCSI to boot targets.

Signed-off-by: Pali Rohár <pali@kernel.org>
include/configs/turris_mox.h

index dc2fdcc654a734458ab6d49d841cfde8594f96b1..6640ee495d256f3bfb1bcdce2a899f8786d81a87 100644 (file)
@@ -25,6 +25,8 @@
 
 #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) \
        func(DHCP, dhcp, na)