aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-05-29 00:56:25 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-15 22:51:11 +0000
commit0f11e03220781be849a485dcbbe8c9ff7f5ba2b6 (patch)
tree128fe4a15fb6041a3993a14d1e0c108a4b094661 /src/mainboard/asrock
parenta1dfce1ce055b853c8499185d05e4aa7ba8e0614 (diff)
haswell boards: Factor out MAX_CPUS
ULT only has 4 threads, but we are not changing it here to preserve binary reproducibility. Change-Id: I041c5dff2de514244f9c919c4c475cca979c34ce Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41842 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r--src/mainboard/asrock/b85m_pro4/Kconfig4
-rw-r--r--src/mainboard/asrock/h81m-hds/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/Kconfig b/src/mainboard/asrock/b85m_pro4/Kconfig
index ecb2ba949e..67206a988f 100644
--- a/src/mainboard/asrock/b85m_pro4/Kconfig
+++ b/src/mainboard/asrock/b85m_pro4/Kconfig
@@ -26,8 +26,4 @@ config MAINBOARD_PART_NUMBER
string
default "B85M Pro4"
-config MAX_CPUS
- int
- default 8
-
endif
diff --git a/src/mainboard/asrock/h81m-hds/Kconfig b/src/mainboard/asrock/h81m-hds/Kconfig
index 9137135200..62036108dd 100644
--- a/src/mainboard/asrock/h81m-hds/Kconfig
+++ b/src/mainboard/asrock/h81m-hds/Kconfig
@@ -33,10 +33,6 @@ config MAINBOARD_PART_NUMBER
string
default "H81M-HDS"
-config MAX_CPUS
- int
- default 8
-
#
# Since this is a desktop board, the assumption is made that most users
# would want CMOS configuration enabled by default.