summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-09-07 07:58:56 -0400
committerTom Rini <[email protected]>2021-09-07 07:58:56 -0400
commit1c02fd4686e7bc17b583b55cc6f2e3e83f38b381 (patch)
treee3986858c31a0d06f2724cbf007aa5d31b245931 /include
parentad320c237bea7ece659efaf6c1d43475e0e5db6a (diff)
parent30fa33dc808b8f28185bca9c812225cbc1ec6e8f (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Diffstat (limited to 'include')
-rw-r--r--include/configs/sifive-unmatched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h
index d63a5f62fbc..bea0eebe230 100644
--- a/include/configs/sifive-unmatched.h
+++ b/include/configs/sifive-unmatched.h
@@ -40,6 +40,8 @@
#define CONFIG_SYS_CACHELINE_SIZE 64
+#define CONFIG_SYS_SCSI_MAX_SCSI_ID 4
+
/* Environment options */
#ifndef CONFIG_SPL_BUILD
@@ -47,6 +49,7 @@
func(NVME, nvme, 0) \
func(USB, usb, 0) \
func(MMC, mmc, 0) \
+ func(SCSI, scsi, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)