[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: Capitalize MB part name

Justin TerAvest (Code Review) gerrit at coreboot.org
Tue Apr 10 15:03:58 CEST 2018


Justin TerAvest has uploaded this change for review. ( https://review.coreboot.org/25591


Change subject: mb/google/octopus: Capitalize MB part name
......................................................................

mb/google/octopus: Capitalize MB part name

This is for consistency with other platforms.

BUG=b:77494826

Change-Id: I83d9075931d51b3aef8076e4567a85a808ee5047
Signed-off-by: Justin TerAvest <teravest at chromium.org>
---
M src/mainboard/google/octopus/Kconfig
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/25591/1

diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 60c98c0..815f664 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -45,8 +45,8 @@
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "yorp" if BOARD_GOOGLE_YORP
-	default "bip" if BOARD_GOOGLE_BIP
+	default "Yorp" if BOARD_GOOGLE_YORP
+	default "Bip" if BOARD_GOOGLE_BIP
 	default "octopus" if BOARD_GOOGLE_OCTOPUS
 
 config MAINBOARD_FAMILY

-- 
To view, visit https://review.coreboot.org/25591
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: I83d9075931d51b3aef8076e4567a85a808ee5047
Gerrit-Change-Number: 25591
Gerrit-PatchSet: 1
Gerrit-Owner: Justin TerAvest <teravest at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180410/d3b84162/attachment.html>


More information about the coreboot-gerrit mailing list