aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/packardbell
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-29 00:50:13 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-15 22:49:59 +0000
commite5a7a1f31428c8eaad6c71a01c86645cf435a0fe (patch)
tree34f8f5becc03f801127a86e5e9fb20012ffc4a99 /src/mainboard/packardbell
parentd71754d1b9ba5bb347a9acf10c9233b405f0121d (diff)
arrandale boards: Factor out MAX_CPUS
Arrandale CPUs have at most 4 threads. Change-Id: Ifecbf5583011ff5e36c576d582a6276bc9b72803 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41840 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r--src/mainboard/packardbell/ms2290/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig
index 4fc971f0ae..b499fbb1db 100644
--- a/src/mainboard/packardbell/ms2290/Kconfig
+++ b/src/mainboard/packardbell/ms2290/Kconfig
@@ -34,8 +34,4 @@ config DRAM_RESET_GATE_GPIO
int
default 60
-config MAX_CPUS
- int
- default 4
-
endif