From 7d6b0afdf5dee7e0149c7a62217ee3cdcc9b53b8 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 19 Oct 2014 03:07:26 +0200 Subject: sandybridge: Kill CONFIG_HAVE_MRC_CACHE Change-Id: I54955fa44d126b7a3d382f57b4aa0dac01688104 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7129 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/northbridge/intel/sandybridge/Kconfig | 4 ---- src/northbridge/intel/sandybridge/Makefile.inc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index c6ac4580b0..47592c65a5 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -104,10 +104,6 @@ config HAVE_MRC Note: Without this binary coreboot will not work -config HAVE_MRC_CACHE - bool - default HAVE_MRC - config MRC_FILE string "Intel System Agent path and filename" depends on HAVE_MRC diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc index 0469f0de43..e11468eb69 100644 --- a/src/northbridge/intel/sandybridge/Makefile.inc +++ b/src/northbridge/intel/sandybridge/Makefile.inc @@ -55,7 +55,7 @@ $(obj)/mrc.cache: $(obj)/config.h bs=$(shell printf "%d" $(CONFIG_MRC_CACHE_SIZE) ) | \ tr '\000' '\377' > $@ -cbfs-files-$(CONFIG_HAVE_MRC_CACHE) += mrc.cache +cbfs-files-y += mrc.cache mrc.cache-file := $(obj)/mrc.cache mrc-cache-position-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) := 0xfffd0000 mrc-cache-position-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) := 0xfffd0000 -- cgit v1.2.3