From efa5a463505f09d88e39f8fe847f1da4abb8ac10 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 19 Apr 2021 16:51:22 +0200 Subject: soc/intel/cannonlake: Set DIMM_SPD_SIZE to 512 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All related mainboards are setting DIMM_SPD_SIZE to 512. Therefore, default to 512 in the SoC Kconfig and drop it from related mainboard Kconfigs. Change-Id: Idb6a0e42961eeb490afd76b4aa7d940961991733 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/52513 Reviewed-by: Michael Niewöhner Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/system76/whl-u/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/system76/whl-u') diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig index 2861ce55d1eb..e93b4216c0c9 100644 --- a/src/mainboard/system76/whl-u/Kconfig +++ b/src/mainboard/system76/whl-u/Kconfig @@ -73,10 +73,6 @@ config DIMM_MAX int default 2 -config DIMM_SPD_SIZE - int - default 512 - config POST_DEVICE bool default n -- cgit v1.2.3