]> git.dujemihanovic.xyz Git - u-boot.git/commit
scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE
authorSimon Glass <sjg@chromium.org>
Mon, 31 Jan 2022 14:49:36 +0000 (07:49 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 14:16:48 +0000 (09:16 -0500)
commitce30e3ff1e4b5abff5a9936776fe99190d705236
treeadf8ee799bdea7ef7cfaaa56a97c320aa38e92a9
parentf73a75618224b7e65a3e8a25b0b115bb1bee681b
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>
29 files changed:
README
api/api_storage.c
arch/arm/include/asm/arch-ls102xa/config.h
drivers/scsi/scsi.c
include/configs/am57xx_evm.h
include/configs/clearfog.h
include/configs/controlcenterdc.h
include/configs/db-88f6820-gp.h
include/configs/durian.h
include/configs/helios4.h
include/configs/highbank.h
include/configs/ls1012a2g5rdb.h
include/configs/ls1012a_common.h
include/configs/ls1021aiot.h
include/configs/ls1028aqds.h
include/configs/ls1028ardb.h
include/configs/ls1043aqds.h
include/configs/ls1043ardb.h
include/configs/ls1046a_common.h
include/configs/ls1088a_common.h
include/configs/ls2080aqds.h
include/configs/ls2080ardb.h
include/configs/lx2160a_common.h
include/configs/mvebu_armada-37xx.h
include/configs/mvebu_armada-8k.h
include/configs/omap5_uevm.h
include/configs/sandbox.h
include/scsi.h
scripts/config_whitelist.txt