aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2022-03-13 20:08:55 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-03-15 19:22:19 +0000
commitd3b85223fdac1f9197c645f81d624d6a1f47b0bb (patch)
tree78aa3a8fbe5c569c0f191f0e52e756d162f813df /src/mainboard/intel
parentbba7e601a86bd0dc375239ccbf48d3a4b1b52ce4 (diff)
soc/intel/tgl: move DIMM_SPD_SIZE from mb to SoC Kconfig
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 <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62766 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Tim Crawford <tcrawford@system76.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/tglrvp/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/intel/tglrvp/Kconfig b/src/mainboard/intel/tglrvp/Kconfig
index 9e63f2c09e..8a4c9adfcf 100644
--- a/src/mainboard/intel/tglrvp/Kconfig
+++ b/src/mainboard/intel/tglrvp/Kconfig
@@ -60,9 +60,6 @@ config MAINBOARD_FAMILY
config DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb"
-config DIMM_SPD_SIZE
- default 512
-
choice
prompt "ON BOARD EC"
default TGL_CHROME_EC