diff options
author | Tom Rini | 2023-04-01 10:55:06 -0400 |
---|---|---|
committer | Tom Rini | 2023-04-01 10:55:06 -0400 |
commit | 6c617e082d181cff0c8d5b2ab8d00f5017cc13e1 (patch) | |
tree | 805c0e0179018ba244223c5f49be4911b841d30c /drivers | |
parent | 897d634a9861feedbccf63fad5383670dd973276 (diff) | |
parent | dfd4288173245f0ea03df3e73cf62848c0212d98 (diff) |
Merge tag 'efi-2023-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-04-rc6
Documentation:
* describe skipping triggering a pipeline in Gitlab
UEFI:
* correct shortening of device-paths for boot options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index ad484ce8e88..a8014129d33 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -26,7 +26,7 @@ config SCSI_AHCI_PLAT This is deprecated. An AHCI driver should be provided instead. config SYS_SCSI_MAX_SCSI_ID - int "Maximum supporedt SCSI ID" + int "Maximum supported SCSI ID" default 1 help Sets the maximum number of SCSI IDs to scan when looking for devices. |