[coreboot-gerrit] Change in coreboot[master]: nocturne: set default to 4 cpu cores

Nick Vaccaro (Code Review) gerrit at coreboot.org
Thu Jun 7 02:07:50 CEST 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/26932


Change subject: nocturne: set default to 4 cpu cores
......................................................................

nocturne: set default to 4 cpu cores

BUG=b:78122599
BRANCH=chromeos-2016.05
TEST='emerge-nocturne coreboot chromeos-bootimage', boot into kernel,
cat /proc/cpuinfo and verify four cores show up.

Change-Id: I2eb3459664d479e2f3ef687d8c5f893a3c750a4b
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/26932/1

diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index ad08dd4..40781ba 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -110,6 +110,7 @@
 
 config MAX_CPUS
 	int
+	default 4 if BOARD_GOOGLE_NOCTURNE
 	default 8
 
 config OEM_BIN_FILE

-- 
To view, visit https://review.coreboot.org/26932
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2eb3459664d479e2f3ef687d8c5f893a3c750a4b
Gerrit-Change-Number: 26932
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180607/37f40a5a/attachment-0001.html>


More information about the coreboot-gerrit mailing list