Gabe Black (gabeblack@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3688
-gerrit
commit 90493f3468e8a4d3a290a03ea228aa3beb1d3543 Author: Gabe Black gabeblack@google.com Date: Wed Jun 19 02:37:51 2013 -0700
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 --- src/mainboard/google/pit/Kconfig | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/src/mainboard/google/pit/Kconfig b/src/mainboard/google/pit/Kconfig index d7409d3..4148101 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