diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-29 01:17:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-15 22:56:48 +0000 |
commit | f3973bd4cf83b41a2fb37806948b6dbccfbf367a (patch) | |
tree | 5dfdb33ba2eb3681cca8a4a08da5dfee1b2a73a3 /src/mainboard/roda/rk886ex | |
parent | f6846efd846b65a4295b45b177bd67017f0987f9 (diff) | |
download | coreboot-f3973bd4cf83b41a2fb37806948b6dbccfbf367a.tar.xz |
i945 boards: Factor out MAX_CPUS
At least one mobile 945 series northbridge supports 4 threads, because
the dual-core Atom 330 CPU supports Hyper-threading. Therefore, we use
that as the default for this chipset.
Change-Id: I899ed1644d9b2da4fc72f09233a421200770110d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41845
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/roda/rk886ex')
-rw-r--r-- | src/mainboard/roda/rk886ex/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/roda/rk886ex/Kconfig b/src/mainboard/roda/rk886ex/Kconfig index 9d08c96a03..112d3ada61 100644 --- a/src/mainboard/roda/rk886ex/Kconfig +++ b/src/mainboard/roda/rk886ex/Kconfig @@ -32,10 +32,6 @@ config IRQ_SLOT_COUNT int default 18 -config MAX_CPUS - int - default 4 - config MAXIMUM_SUPPORTED_FREQUENCY int default 400 |