From b0db82dd247884e9dba01aa979812cf0943b9a93 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 28 Oct 2021 10:14:51 +0200 Subject: cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I88f62c18b814ac0ddd356944359e727d6e3bba5a Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/58688 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Mariusz SzafraƄski --- src/soc/intel/xeon_sp/cpx/Kconfig | 4 ---- src/soc/intel/xeon_sp/skx/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/soc/intel/xeon_sp') diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig index 3c879438a6..bac7bdbc9d 100644 --- a/src/soc/intel/xeon_sp/cpx/Kconfig +++ b/src/soc/intel/xeon_sp/cpx/Kconfig @@ -20,10 +20,6 @@ config MAX_CPUS int default 255 -config CPU_ADDR_BITS - int - default 46 - config PCR_BASE_ADDRESS hex default 0xfd000000 diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig index 528f415551..444968d603 100644 --- a/src/soc/intel/xeon_sp/skx/Kconfig +++ b/src/soc/intel/xeon_sp/skx/Kconfig @@ -15,10 +15,6 @@ config MAX_SOCKET int default 2 -config CPU_ADDR_BITS - int - default 46 - # For 2S config, the number of cpus could be as high as # 2 threads * 20 cores * 2 sockets config MAX_CPUS -- cgit v1.2.3