Re: [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-02-09 Thread Tom Rini
On Mon, Jan 31, 2022 at 07:49:36AM -0700, Simon Glass wrote: > 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 r

Re: [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-01-31 Thread Stefan Roese
On 1/31/22 15:49, Simon Glass wrote: 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

Re: [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-01-31 Thread Simon Glass
Hi, On Mon, 31 Jan 2022 at 09:04, Tom Rini wrote: > > On Mon, Jan 31, 2022 at 04:58:46PM +0100, Heinrich Schuchardt wrote: > > On 1/31/22 15:49, Simon Glass wrote: > > > This is defined based on two other CONFIGs for all boards except sandbox > > > and durian. > > > > > > For sandbox the value do

Re: [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-01-31 Thread Tom Rini
On Mon, Jan 31, 2022 at 04:58:46PM +0100, Heinrich Schuchardt wrote: > On 1/31/22 15:49, Simon Glass wrote: > > 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. > > > >

Re: [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-01-31 Thread Heinrich Schuchardt
On 1/31/22 15:49, Simon Glass wrote: 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

[PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE

2022-01-31 Thread Simon Glass
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: Si