aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-06-19 02:37:51 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 22:40:10 +0200
commitfdd2356b5766e0e8a95b54d1d56f5c9340c95832 (patch)
tree863d0ec75ef66655025fafbfe86773adc2d7453c /src
parent16c14801b652c0753348d5d43216dda38e87e5b1 (diff)
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 <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3688 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/pit/Kconfig4
1 files changed, 0 insertions, 4 deletions
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