From db557477a2ee5432cfa42ab9cacccc71e2ddcb0c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 6 Dec 2015 19:18:37 -0700 Subject: soc/intel/common: Remove USE_FMAP - symbol doesn't exist The USE_FMAP Kconfig symbol doesn't exist, so remove things that are depending on it not being enabled. Change-Id: I1946f5d13a762ab07744a1d9a6cb754433e6701d Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12663 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/common/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 96d2b8eb01..028e915e56 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -8,26 +8,19 @@ if SOC_INTEL_COMMON config CACHE_MRC_SETTINGS bool "Save cached MRC settings" default n - help - If CONFIG_USE_FMAP is enabled, it is assumed that a flashmap - containing an RW_MRC_CACHE entry that specifies the location and size - of the cache will be added to the image and present at runtime. if CACHE_MRC_SETTINGS config MRC_SETTINGS_CACHE_BASE hex - depends on !USE_FMAP default 0xfffe0000 config MRC_SETTINGS_CACHE_SIZE hex - depends on !USE_FMAP default 0x10000 config MRC_SETTINGS_PROTECT bool "Enable protection on MRC settings" - depends on !USE_FMAP default n endif # CACHE_MRC_SETTINGS -- cgit v1.2.3