summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2023-01-07 23:32:39 +0100
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-02-01 16:17:59 +0800
commit2b0af9feb594b68a75e4f111bde7f55ddb14995d (patch)
tree61277fd42402e156d28e4ac5daa343a5b8ba86a6
parentc5740bc1b2f069a58fae28bee28dbda0e5c6f5dc (diff)
board: sifive: unmatched: enable booting on a second NVME device
The HiFive Unmatched board has a M2 slot for NVME and a PCIe slot that can also be used for NVME. Enable support for a second NVME device, so that software RAID-1 configurations can be supported at the u-boot level. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--include/configs/sifive-unmatched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h
index 24904aa2387..74150b7d4b0 100644
--- a/include/configs/sifive-unmatched.h
+++ b/include/configs/sifive-unmatched.h
@@ -17,6 +17,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(NVME, nvme, 0) \
+ func(NVME, nvme, 1) \
func(USB, usb, 0) \
func(MMC, mmc, 0) \
func(SCSI, scsi, 0) \