From 2524928f5d75b9f2d9215d98905734becb49a5d3 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 7 Aug 2019 09:25:07 +0530 Subject: 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 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/intel/apollolake') 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 -- cgit v1.2.3