Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12827
-gerrit
commit 56c99b3cfa7764a3c3520ca7969f0e09faf107cc Author: Martin Roth martinroth@google.com Date: Mon Jan 4 14:07:35 2016 -0700
google/cyan, intel/strago Kconfig: Only ask to display SPD once
Change-Id: Ic3df9bf7d7f3c4c39789f3f496bcb7fc2ee50931 Signed-off-by: Martin Roth martinroth@google.com --- src/mainboard/google/cyan/Kconfig | 6 ------ src/mainboard/intel/strago/Kconfig | 5 ----- 2 files changed, 11 deletions(-)
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 7a3a11a..ba6116f 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -27,12 +27,6 @@ config DISPLAY_SPD_DATA help When enabled displays the memory configuration data.
-config DISPLAY_SPD_DATA - bool "Display Memory Serial Presence Detect Data" - default n - help - When enabled displays the memory SPD data. - config DYNAMIC_VNN_SUPPORT bool "Enables support for Dynamic VNN" default n diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig index facd97f..e17e012 100755 --- a/src/mainboard/intel/strago/Kconfig +++ b/src/mainboard/intel/strago/Kconfig @@ -27,11 +27,6 @@ config DISPLAY_SPD_DATA help When enabled displays the memory configuration data.
-config DISPLAY_SPD_DATA - bool "Display Memory Serial Presence Detect Data" - default n - help - When enabled displays the memory SPD data. config DYNAMIC_VNN_SUPPORT bool "Enables support for Dynamic VNN" default n