From 2524928f5d75b9f2d9215d98905734becb49a5d3 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 7 Aug 2019 09:25:07 +0530 Subject: [PATCH] soc/intel/{APL, BSW, SKL}: Remove unused CPU_ADDR_BITS kconfig This patch removes CONFIG_CPU_ADDR_BITS kconfig from soc/intel//Kconfig as not getting used anymore. Change-Id: Ie7fa386c9c0aae19da1fbd09407494d9812247a4 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/34768 Reviewed-by: Furquan Shaikh Reviewed-by: V Sowmya Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/Kconfig | 4 ---- src/soc/intel/braswell/Kconfig | 4 ---- src/soc/intel/skylake/Kconfig | 4 ---- 3 files changed, 12 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 diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 76adae1cc0..5d6438fee5 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -73,10 +73,6 @@ config MAX_CPUS int default 4 -config CPU_ADDR_BITS - int - default 36 - config SMM_TSEG_SIZE hex default 0x800000 diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 4f4ec469a7..ca5968cf00 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -117,10 +117,6 @@ config CBFS_SIZE hex default 0x200000 -config CPU_ADDR_BITS - int - default 36 - config DCACHE_RAM_BASE hex default 0xfef00000