diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-02-14 20:22:49 +0100 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2020-02-17 14:01:01 +0000 |
commit | bd75e0c5cbe9f80519e7cf05e9077f3920414a55 (patch) | |
tree | d358713786b1d97f18f4ff40d46ea5b3c95e884e | |
parent | 56e2f130a64c9da6319631c19d452e0db978e70b (diff) | |
download | coreboot-bd75e0c5cbe9f80519e7cf05e9077f3920414a55.tar.xz |
nb/intel/nehalem: Remove unused MRC_CACHE_SIZE
Change-Id: I5d00fb238be6399ea6e9f394d8f899b03b1d44cf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38906
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/northbridge/intel/nehalem/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index a119b817ae..cfd7fe248d 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -58,10 +58,6 @@ config DCACHE_BSP_STACK_SIZE The amount of anticipated stack usage in CAR by bootblock and other stages. -config MRC_CACHE_SIZE - hex - default 0x10000 - config MMCONF_BASE_ADDRESS hex default 0xe0000000 |