diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-29 00:50:13 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-15 22:49:59 +0000 |
commit | e5a7a1f31428c8eaad6c71a01c86645cf435a0fe (patch) | |
tree | 34f8f5becc03f801127a86e5e9fb20012ffc4a99 /src/cpu/intel/model_2065x | |
parent | d71754d1b9ba5bb347a9acf10c9233b405f0121d (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/cpu/intel/model_2065x')
-rw-r--r-- | src/cpu/intel/model_2065x/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig index 9acde42bcd..39beb227bd 100644 --- a/src/cpu/intel/model_2065x/Kconfig +++ b/src/cpu/intel/model_2065x/Kconfig @@ -29,4 +29,8 @@ config SMM_RESERVED_SIZE hex default 0x100000 +config MAX_CPUS + int + default 4 + endif |