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/soc/intel/cannonlake/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index d4bedc1396..65277f2f07 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -119,6 +119,9 @@ config MAX_CPUS int default 12 +config DIMM_SPD_SIZE + default 512 + config DCACHE_RAM_BASE default 0xfef00000 -- cgit v1.2.3