[coreboot-gerrit] Patch set updated for coreboot: f0e347f Rename mainboard vendor Google to GOOGLE

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Apr 17 20:20:49 CEST 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3056

-gerrit

commit f0e347f0cc684746fec90e6e37541655b1a38ab6
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Apr 8 16:48:10 2013 -0700

    Rename mainboard vendor Google to GOOGLE
    
    This is what was built into all our products, so make sure
    that no utilities get confused by a difference in spelling.
    
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    
    Change-Id: Icef8a5a6f976f9f87cb7e065284541ecaa213c1b
    Reviewed-on: https://gerrit.chromium.org/gerrit/47607
    Reviewed-by: Ronald G. Minnich <rminnich at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
    Tested-by: Stefan Reinauer <reinauer at google.com>
---
 src/mainboard/google/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig
index e389b59..4061f17 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -47,6 +47,6 @@ source "src/mainboard/google/stout/Kconfig"
 
 config MAINBOARD_VENDOR
 	string
-	default "Google"
+	default "GOOGLE"
 
 endif # VENDOR_GOOGLE



More information about the coreboot-gerrit mailing list