summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-31 17:49:36 +0300
committerTom Rini <trini@konsulko.com>2022-02-09 17:16:48 +0300
commitce30e3ff1e4b5abff5a9936776fe99190d705236 (patch)
treeadf8ee799bdea7ef7cfaaa56a97c320aa38e92a9 /README
parentf73a75618224b7e65a3e8a25b0b115bb1bee681b (diff)
downloadu-boot-ce30e3ff1e4b5abff5a9936776fe99190d705236.tar.xz
scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE
This is defined based on two other CONFIGs for all boards except sandbox and durian. For sandbox the value does not matter. For durian the value seems excessive. Drop the option completely, to simplify configuration and reduce the number of things we need to convert to Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 3870b0dbe4..a0d9cb4b95 100644
--- a/README
+++ b/README
@@ -733,11 +733,9 @@ The following options need to be configured:
Default is 32bit.
- SCSI Support:
- CONFIG_SYS_SCSI_MAX_LUN [8], CONFIG_SYS_SCSI_MAX_SCSI_ID [7] and
- CONFIG_SYS_SCSI_MAX_DEVICE [CONFIG_SYS_SCSI_MAX_SCSI_ID *
- CONFIG_SYS_SCSI_MAX_LUN] can be adjusted to define the
- maximum numbers of LUNs, SCSI ID's and target
- devices.
+ CONFIG_SYS_SCSI_MAX_LUN [8] and CONFIG_SYS_SCSI_MAX_SCSI_ID [7]
+ can be adjusted to define the maximum numbers of LUNs and SCSI
+ IDs.
The environment variable 'scsidevs' is set to the number of
SCSI devices found during the last scan.