From fdd2356b5766e0e8a95b54d1d56f5c9340c95832 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 19 Jun 2013 02:37:51 -0700 Subject: pit: Remove the MAX_CPUS option. The MAX_CPUS option is only used on x86 currently, so there's no reason to have it in the pit config. Change-Id: I270bbfd3aff781d88304791b1d9735777643caab Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3688 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/pit/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/pit/Kconfig b/src/mainboard/google/pit/Kconfig index d7409d3260..4148101108 100644 --- a/src/mainboard/google/pit/Kconfig +++ b/src/mainboard/google/pit/Kconfig @@ -40,10 +40,6 @@ config MAINBOARD_PART_NUMBER string default "Pit" -config MAX_CPUS - int - default 2 - config DRAM_SIZE_MB int default 2048 -- cgit v1.2.3