Eric Lai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76087?usp=email )
Change subject: arch/x86: remove period from DUMP_SMBIOS_TYPE17 ......................................................................
arch/x86: remove period from DUMP_SMBIOS_TYPE17
Option name strings should not end with a period, remove it.
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: Id61d8961cad2cd311db7d9da3bdb86f0f28b57b4 --- M src/arch/x86/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/76087/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 7b3f34a..ec1171b 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -360,7 +360,7 @@ Size of reserved space for EC firmware pointer
config DUMP_SMBIOS_TYPE17 - bool "Dump part of SMBIOS type17 dimm information." + bool "Dump part of SMBIOS type17 dimm information" depends on GENERATE_SMBIOS_TABLES
endif