From 9e82bf36c82159330f75a5fba6bb4c5ef37940fd Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 16 Mar 2021 15:27:52 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51548 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/purism/librem_cnl/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/purism') 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 -- cgit v1.2.3