From: Pali Rohár <pali@kernel.org>
Date: Wed, 6 Apr 2022 09:39:36 +0000 (+0200)
Subject: arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets
X-Git-Tag: v2025.01-rc5-pxa1908~1425^2~5
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=b8b91a0f08884b754d10751661bb6a15a21a2b9b;p=u-boot.git

arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets

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>
---

diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h
index dc2fdcc654..6640ee495d 100644
--- a/include/configs/turris_mox.h
+++ b/include/configs/turris_mox.h
@@ -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)