soc/intel/common/Kconfig: Fix warning & whitespace
Because of a missing close quote, we have the warning: src/soc/intel/common/Kconfig:52:warning:multi-line strings not supported This was added in commit 0946ec37 -Intel Common SOC:Add romstage support The whitespace issue - using spaces instead of a leading tab was added in the same commit. Change-Id: I429c66afb5a7e10ca0e0ef619ac46722c63fb376 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10654 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com>
This commit is contained in:
parent
3ad1f1ca5f
commit
5fe62efb77
@ -49,7 +49,7 @@ config CHIPSET_RESERVED_MEM_BYTES
|
|||||||
by reading chipset registers)
|
by reading chipset registers)
|
||||||
|
|
||||||
config DISPLAY_MTRRS
|
config DISPLAY_MTRRS
|
||||||
bool "MTRRs: Display the MTRR settings
|
bool "MTRRs: Display the MTRR settings"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config DISPLAY_SMM_MEMORY_MAP
|
config DISPLAY_SMM_MEMORY_MAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user