Re: [PATCH 02/10] sandbox: Drop CONFIG_HOST_MAX_DEVICES

2021-11-14 Thread Heinrich Schuchardt
On 11/14/21 04:21, Simon Glass wrote: This can go in the related header file. Drop the CONFIG option. 4 devices seems to be adequate. Reviewed-by: Heinrich Schuchardt Signed-off-by: Simon Glass --- cmd/host.c | 2 +- drivers/block/sandbox.c | 6 +++--- include/

[PATCH 02/10] sandbox: Drop CONFIG_HOST_MAX_DEVICES

2021-11-13 Thread Simon Glass
This can go in the related header file. Drop the CONFIG option. Signed-off-by: Simon Glass --- cmd/host.c | 2 +- drivers/block/sandbox.c | 6 +++--- include/configs/sandbox.h| 2 -- include/sandboxblockdev.h| 3 +++ scripts/config_whitelist.txt | 1 - 5 files cha