diff options
author | Matt DeVillier <matt.devillier@puri.sm> | 2021-03-16 15:27:52 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-19 11:21:23 +0000 |
commit | 9e82bf36c82159330f75a5fba6bb4c5ef37940fd (patch) | |
tree | 44c8bab10cda2ff0b85d0de5e5cd061db61f6c75 /src/mainboard | |
parent | 747a2fc90ea54167dbcd27f41927b5d1107ff961 (diff) | |
download | coreboot-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')
-rw-r--r-- | src/mainboard/purism/librem_cnl/Kconfig | 4 |
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 |