From d3b85223fdac1f9197c645f81d624d6a1f47b0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Sun, 13 Mar 2022 20:08:55 +0100 Subject: soc/intel/tgl: move DIMM_SPD_SIZE from mb to SoC Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All TGL mainboards are setting DIMM_SPD_SIZE to 512. Thus, default to 512 in the SoC Kconfig and drop it from the mainboard Kconfigs. Change-Id: I9fd947b61c984e10bd5fba20b73280b08623a008 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/62766 Reviewed-by: Felix Singer Reviewed-by: Tim Crawford Reviewed-by: Tim Wawrzynczak Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/system76/lemp10/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/system76/lemp10/Kconfig') diff --git a/src/mainboard/system76/lemp10/Kconfig b/src/mainboard/system76/lemp10/Kconfig index fc8abbac3b..a73242579a 100644 --- a/src/mainboard/system76/lemp10/Kconfig +++ b/src/mainboard/system76/lemp10/Kconfig @@ -44,9 +44,6 @@ config CBFS_SIZE config CONSOLE_POST default y -config DIMM_SPD_SIZE - default 512 - config POST_DEVICE default n -- cgit v1.2.3