aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-01-22 21:24:40 +0100
committerMartin Roth <martinroth@google.com>2017-02-22 22:31:21 +0100
commitb29e0b70f856f699d60c219eedf4d9b4146154cb (patch)
tree33fd018c9c797f82dea0d38f72ab15e3e7a75605
parentbd9548ba7ce670bd53013f089706bcfc91c95c77 (diff)
nehalem/Kconfig: Rename TRAINING_CACHE_SIZE to MRC_CACHE_SIZE
This is more consistent with newer Intel targets. Change-Id: I52ee8d3f0c330a03bd6c18eed08e578dd6ae284b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/18371 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r--src/northbridge/intel/nehalem/Kconfig2
-rw-r--r--src/northbridge/intel/nehalem/Makefile.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig
index 94ca346965..9d3d7729d8 100644
--- a/src/northbridge/intel/nehalem/Kconfig
+++ b/src/northbridge/intel/nehalem/Kconfig
@@ -49,7 +49,7 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
string
default "northbridge/intel/nehalem/bootblock.c"
-config TRAINING_CACHE_SIZE
+config MRC_CACHE_SIZE
hex
default 0x10000
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index 17bbaffe3a..b5c19ffaf3 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -31,7 +31,7 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
$(obj)/mrc.cache:
dd if=/dev/zero count=1 \
- bs=$(shell printf "%d" $(CONFIG_TRAINING_CACHE_SIZE) ) | \
+ bs=$(shell printf "%d" $(CONFIG_MRC_CACHE_SIZE) ) | \
tr '\000' '\377' > $@
cbfs-files-y += mrc.cache