aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-04-06 11:39:36 +0200
committerStefan Roese <sr@denx.de>2022-05-02 07:47:26 +0200
commitb8b91a0f08884b754d10751661bb6a15a21a2b9b (patch)
treefe5031e7ce44df13b8ced100de1f8c394310364c /include
parent0ddc1e5aa3e1e91fe1618798a523f75de7266657 (diff)
downloadu-boot-b8b91a0f08884b754d10751661bb6a15a21a2b9b.zip
u-boot-b8b91a0f08884b754d10751661bb6a15a21a2b9b.tar.gz
u-boot-b8b91a0f08884b754d10751661bb6a15a21a2b9b.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/turris_mox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h
index dc2fdcc..6640ee4 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)