aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-01-29 10:14:48 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-05-18 12:21:20 +0000
commitdc71e254941cf922e4686fc40bf8d77f3ccfe447 (patch)
treec6ce9d6700a4c87d1db67dc310058aafc3301622 /src/northbridge/intel/nehalem/Kconfig
parent0e9bbcc90544c1c1be8007740fc988d953a578aa (diff)
nb/intel/nehalem: Use the common mrc cache driver
The common mrc cache driver allows to save the raminit training results to a separate fmap region which is more manageable than a cbfsfile. Change-Id: I25a6d3fe5466d142e3d10429a87b19047040c251 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel/nehalem/Kconfig')
-rw-r--r--src/northbridge/intel/nehalem/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index 6a9d0debad..573fdfe208 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -21,7 +21,7 @@ config NORTHBRIDGE_INTEL_NEHALEM
select TSC_MONOTONIC_TIMER
select INTEL_GMA_ACPI
select RELOCATABLE_RAMSTAGE
- select NORTHBRIDGE_INTEL_COMMON_MRC_CACHE
+ select CACHE_MRC_SETTINGS
select HAVE_LINEAR_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT