aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-08-07 09:25:07 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-08-08 04:57:28 +0000
commit2524928f5d75b9f2d9215d98905734becb49a5d3 (patch)
treefa07854bd49fe4bbfeb20f1f3d197d86f0c07f35 /src/soc/intel/apollolake/Kconfig
parent6c8a040ec5e52a2032055c0e59dd68a8851d4bbc (diff)
soc/intel/{APL, BSW, SKL}: Remove unused CPU_ADDR_BITS kconfig
This patch removes CONFIG_CPU_ADDR_BITS kconfig from soc/intel/<soc>/Kconfig as not getting used anymore. Change-Id: Ie7fa386c9c0aae19da1fbd09407494d9812247a4 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34768 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: V Sowmya <v.sowmya@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index b5073c0404..ee74dbf997 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -155,10 +155,6 @@ config DCACHE_BSP_STACK_SIZE
The amount of anticipated stack usage in CAR by bootblock and
other stages.
-config CPU_ADDR_BITS
- int
- default 39
-
config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
int
default 100