aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2015-12-06 19:18:37 -0700
committerMartin Roth <martinroth@google.com>2015-12-08 16:45:58 +0100
commitdb557477a2ee5432cfa42ab9cacccc71e2ddcb0c (patch)
treef1729e64ed48696eeba0434ae51084cf0d32c008
parent66d0f11115f0b24bdacbc4a4092acf02bc569f72 (diff)
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 <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12663 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--src/soc/intel/common/Kconfig7
1 files changed, 0 insertions, 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