From b29e0b70f856f699d60c219eedf4d9b4146154cb Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 22 Jan 2017 21:24:40 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/18371 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Rudolph --- src/northbridge/intel/nehalem/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/nehalem/Kconfig') 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 -- cgit v1.2.3