diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2022-03-13 20:08:55 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-15 19:22:19 +0000 |
commit | d3b85223fdac1f9197c645f81d624d6a1f47b0bb (patch) | |
tree | 78aa3a8fbe5c569c0f191f0e52e756d162f813df /src/mainboard/system76 | |
parent | bba7e601a86bd0dc375239ccbf48d3a4b1b52ce4 (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/system76')
-rw-r--r-- | src/mainboard/system76/darp7/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/galp5/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/gaze16/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/lemp10/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/oryp8/Kconfig | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/system76/darp7/Kconfig b/src/mainboard/system76/darp7/Kconfig index 75d8e1ddd6..960e5aebcc 100644 --- a/src/mainboard/system76/darp7/Kconfig +++ b/src/mainboard/system76/darp7/Kconfig @@ -44,9 +44,6 @@ config CBFS_SIZE config CONSOLE_POST default y -config DIMM_SPD_SIZE - default 512 - config POST_DEVICE default n diff --git a/src/mainboard/system76/galp5/Kconfig b/src/mainboard/system76/galp5/Kconfig index bb4b2eaaa2..98e32f7b5f 100644 --- a/src/mainboard/system76/galp5/Kconfig +++ b/src/mainboard/system76/galp5/Kconfig @@ -43,9 +43,6 @@ config CBFS_SIZE config CONSOLE_POST default y -config DIMM_SPD_SIZE - default 512 - config ONBOARD_VGA_IS_PRIMARY default y diff --git a/src/mainboard/system76/gaze16/Kconfig b/src/mainboard/system76/gaze16/Kconfig index daf3302a81..cc96d5fed7 100644 --- a/src/mainboard/system76/gaze16/Kconfig +++ b/src/mainboard/system76/gaze16/Kconfig @@ -55,9 +55,6 @@ config CBFS_SIZE config CONSOLE_POST default y -config DIMM_SPD_SIZE - default 512 - config ONBOARD_VGA_IS_PRIMARY default y 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 diff --git a/src/mainboard/system76/oryp8/Kconfig b/src/mainboard/system76/oryp8/Kconfig index 958cda82ec..8e65b70ad0 100644 --- a/src/mainboard/system76/oryp8/Kconfig +++ b/src/mainboard/system76/oryp8/Kconfig @@ -49,9 +49,6 @@ config CONSOLE_POST config DIMM_MAX default 4 -config DIMM_SPD_SIZE - default 512 - config ONBOARD_VGA_IS_PRIMARY default y |