From eb5fa79723affe6d95dd4b2d56d6205bf396b6ef Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 16 Sep 2019 12:48:28 +0200 Subject: cpu/intel/model_2065x: Don't redefine CPU_ADDR_BITS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This Kconfig symbol is set at a default of 36 in cpu/x86 and is now only used in the romcc bootblock to set up caching to upgrade the microcode. It's not mainboard specific. Change-Id: I29d3a8308025e586a823603f8d6edafd30cb9d95 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/35436 Reviewed-by: Angel Pons Reviewed-by: Patrick Georgi Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/mainboard/packardbell/ms2290/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/packardbell/ms2290/Kconfig') diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 932d6b84bf..a104fecd8c 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -42,8 +42,4 @@ config MAX_CPUS int default 4 -config CPU_ADDR_BITS - int - default 36 - endif -- cgit v1.2.3