summaryrefslogtreecommitdiff
path: root/src/mainboard/getac
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-05-01 11:13:52 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-05-01 21:20:21 +0200
commit2c41c4027f50673826a6c0ec2f1b066e748f5c6d (patch)
tree34895497868b2fb2dd37f0eb99949257d2a7860e /src/mainboard/getac
parent816d081760d4cccf0db0c952728f5ec6926d6c85 (diff)
downloadcoreboot-2c41c4027f50673826a6c0ec2f1b066e748f5c6d.tar.xz
Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards
CONFIG_MAX_PHYSICAL_CPUS is defined by quite a number of mainboards whithout any code actually using the variable. Hence, drop MAX_PHYSICAL_CPUS from Kconfig for those boards. In the long run we should drop CONFIG_MAX_PHYSICAL_CPUS use completely and make the code dynamic or depend on CONFIG_MAX_CPUS instead. Change-Id: I37dcc74d245ddba5186b96bd82220dacb6f4d323 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/984 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/getac')
-rw-r--r--src/mainboard/getac/p470/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/getac/p470/Kconfig b/src/mainboard/getac/p470/Kconfig
index 42ce0e031e..b9ed04ead7 100644
--- a/src/mainboard/getac/p470/Kconfig
+++ b/src/mainboard/getac/p470/Kconfig
@@ -64,10 +64,6 @@ config MAX_CPUS
int
default 4
-config MAX_PHYSICAL_CPUS
- int
- default 2
-
config VGA_BIOS_FILE
string
default "getac-pci8086,27a2.rom"