[coreboot-gerrit] Patch set updated for coreboot: 38bbe2e pit: Remove the MAX_CPUS option.

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Wed Jul 10 04:00:57 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3688

-gerrit

commit 38bbe2e18e4a6bb9900052fbcfcc924edf300062
Author: Gabe Black <gabeblack at 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 at 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



More information about the coreboot-gerrit mailing list