summaryrefslogtreecommitdiff
path: root/src/mainboard/purism
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@puri.sm>2021-03-16 15:27:52 -0500
committerPatrick Georgi <pgeorgi@google.com>2021-03-19 11:21:23 +0000
commit9e82bf36c82159330f75a5fba6bb4c5ef37940fd (patch)
tree44c8bab10cda2ff0b85d0de5e5cd061db61f6c75 /src/mainboard/purism
parent747a2fc90ea54167dbcd27f41927b5d1107ff961 (diff)
downloadcoreboot-9e82bf36c82159330f75a5fba6bb4c5ef37940fd.tar.xz
mb/purism/librem_cnl: drop MAX_CPUS from Kconfig
No need to restrict this further than the platform default, and will be problematic with the addition of the upcoming 6C/12T Librem 14 board. Change-Id: I1913992ec12578e1ad3bf6bf679d1a35a46d7370 Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51548 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/purism')
-rw-r--r--src/mainboard/purism/librem_cnl/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/purism/librem_cnl/Kconfig b/src/mainboard/purism/librem_cnl/Kconfig
index d0282ad31e..919240244f 100644
--- a/src/mainboard/purism/librem_cnl/Kconfig
+++ b/src/mainboard/purism/librem_cnl/Kconfig
@@ -40,10 +40,6 @@ config CBFS_SIZE
default 0x800000 if BOARD_PURISM_LIBREM_MINI
default 0xA00000 if BOARD_PURISM_LIBREM_MINI_V2
-config MAX_CPUS
- int
- default 8
-
config DIMM_MAX
int
default 2