From 0aede1185be6298bbc9501a0c596e64617bad58b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 29 Jul 2013 12:43:06 -0700 Subject: Drop unused EXTERNAL_MRC_BLOB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Kconfig variable EXTERNAL_MRC_BLOB is not used. Drop it. Change-Id: I3caa5c2b6bcf5d2c13b6987da8ab3987bad0e506 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/3829 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/northbridge/intel/haswell/Kconfig | 4 ---- src/northbridge/intel/sandybridge/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index 72ea08021f..4b15c7bb9a 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -35,10 +35,6 @@ config VGA_BIOS_ID string default "8086,0166" -config EXTERNAL_MRC_BLOB - bool - default n - config CACHE_MRC_SIZE_KB int default 512 diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index 59b618729b..1834b7126b 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -72,10 +72,6 @@ config VGA_BIOS_ID string default "8086,0166" -config EXTERNAL_MRC_BLOB - bool - default n - config CACHE_MRC_SIZE_KB int default 512 -- cgit v1.2.3