[PATCH] arm: mvebu: Espressobin: Add NVMe to boot targets
Pali Rohár
pali at kernel.org
Tue May 3 11:01:36 CEST 2022
NVMe support is already enabled, so add it into boot targets.
Signed-off-by: Pali Rohár <pali at kernel.org>
---
include/configs/mvebu_armada-37xx.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 778f8b828aa8..953dfe812558 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -50,6 +50,7 @@
func(MMC, mmc, 1) \
func(MMC, mmc, 0) \
func(USB, usb, 0) \
+ func(NVME, nvme, 0) \
func(SCSI, scsi, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)
--
2.20.1
More information about the U-Boot
mailing list