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/amd/cezanne/Kconfig | 4 ---- src/soc/amd/picasso/Kconfig | 4 ---- src/soc/amd/stoneyridge/Kconfig | 4 ---- 3 files changed, 12 deletions(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index c2423cd5abda..65bf2bf00161 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -204,10 +204,6 @@ config RO_REGION_ONLY depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A default "apu/amdfw" -config CPU_ADDR_BITS - int - default 48 - config MMCONF_BASE_ADDRESS default 0xF8000000 diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 5d1c0d49042a..6fc482519ba5 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -200,10 +200,6 @@ config RAMBASE hex default 0x10000000 -config CPU_ADDR_BITS - int - default 48 - config MMCONF_BASE_ADDRESS default 0xF8000000 diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 36eecb122f86..ec36b34b7d68 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -108,10 +108,6 @@ config PRERAM_CBMEM_CONSOLE_SIZE help Increase this value if preram cbmem console is getting truncated -config CPU_ADDR_BITS - int - default 48 - config BOTTOMIO_POSITION hex "Bottom of 32-bit IO space" default 0xD0000000 -- cgit v1.2.3