From ce30e3ff1e4b5abff5a9936776fe99190d705236 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 31 Jan 2022 07:49:36 -0700 Subject: 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 Reviewed-by: Stefan Roese --- include/configs/omap5_uevm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/omap5_uevm.h') diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 188ab0bf36..e9a9d50db1 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -52,7 +52,5 @@ #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 #define CONFIG_SYS_SCSI_MAX_LUN 1 -#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ - CONFIG_SYS_SCSI_MAX_LUN) #endif /* __CONFIG_OMAP5_EVM_H */ -- cgit v1.2.3