summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-29 01:01:05 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-15 22:51:35 +0000
commitbabffce0eb9922e0ab4e07b7e664d85d1c4e6f1c (patch)
treefc18f747ffe5fa79f3a5bad6f8d5d12428f65292 /src/mainboard/intel
parent0f11e03220781be849a485dcbbe8c9ff7f5ba2b6 (diff)
downloadcoreboot-babffce0eb9922e0ab4e07b7e664d85d1c4e6f1c.tar.gz
coreboot-babffce0eb9922e0ab4e07b7e664d85d1c4e6f1c.tar.bz2
coreboot-babffce0eb9922e0ab4e07b7e664d85d1c4e6f1c.zip
pineview boards: Factor out MAX_CPUS
Pineview has at most 4 threads. Change-Id: I0f45f002d0bab0345bc061ac3c7a29237a536cc5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41843 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/d510mo/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig
index be0190f84bdf..cd6260bbae65 100644
--- a/src/mainboard/intel/d510mo/Kconfig
+++ b/src/mainboard/intel/d510mo/Kconfig
@@ -18,10 +18,6 @@ config BOARD_SPECIFIC_OPTIONS
select DRIVERS_I2C_CK505
select INTEL_GMA_HAVE_VBT
-config MAX_CPUS
- int
- default 4
-
config MAINBOARD_DIR
string
default "intel/d510mo"