diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-12 19:23:02 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-13 08:25:25 +0100 |
commit | bd82d18ee5396d9e7a1a5ba101725c8ceff0e3fb (patch) | |
tree | 5d9b8f32410013238d0d907728c63fed0354ef1f /src/mainboard/kontron/ktqm77/Kconfig | |
parent | c370fe37ad31e80e027d0afed400323fa1b4d328 (diff) | |
download | coreboot-bd82d18ee5396d9e7a1a5ba101725c8ceff0e3fb.tar.xz |
sandybridge: Always include MRC if not using native RAM init.
Otherwise the image is simply unusable.
Change-Id: I1e2562ba17279d14dc73b05e4f8fa493e06fbcd2
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13699
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/kontron/ktqm77/Kconfig')
-rw-r--r-- | src/mainboard/kontron/ktqm77/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig index 8ec7f3119c..781833b85a 100644 --- a/src/mainboard/kontron/ktqm77/Kconfig +++ b/src/mainboard/kontron/ktqm77/Kconfig @@ -13,13 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select ENABLE_VMX -if !USE_NATIVE_RAMINIT -config BOARD_SPECIFIC_OPTIONS_MRC # dummy - def_bool y - select HAVE_MRC -endif - - config MAINBOARD_DIR string default kontron/ktqm77 |