diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-10-28 10:14:51 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-03 18:34:46 +0000 |
commit | b0db82dd247884e9dba01aa979812cf0943b9a93 (patch) | |
tree | a54f14e1fc5d487d3588e3540171b01ef3ec5fff /src/cpu/x86 | |
parent | ca87532a07c65277003fd3c04d5e4429c31afad7 (diff) |
cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS
Change-Id: I88f62c18b814ac0ddd356944359e727d6e3bba5a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58688
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Mariusz SzafraĆski <mariuszx.szafranski@intel.com>
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index fb5b5413b9..44c9cb6f17 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -90,10 +90,6 @@ config SETUP_XIP_CACHE non-eviction mode and therefore need to be careful to avoid eviction. -config CPU_ADDR_BITS - int - default 36 - config LOGICAL_CPUS bool default y |