[coreboot-gerrit] New patch to review for coreboot: 3fc671f Rename mainboard vendor Google to GOOGLE

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue Mar 4 22:25:25 CET 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5346

-gerrit

commit 3fc671f7e4256aae58fb3a6a85d6304b04982a49
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.
    The linux kernel has DMI matching code for GOOGLE. Without
    the proper spelling the drivers won't be bound correctly.
    
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    BUG=none
    TEST=emerge-link chromeos-coreboot-link produces a bootable image
    BRANCH=none
    
    Change-Id: I96bf3e6076b05824825b46e5d8da5cf0c6e08507
    Original-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>
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 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 85c8592..a66bcf2 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -60,6 +60,6 @@ source "src/mainboard/google/stout/Kconfig"
 
 config MAINBOARD_VENDOR
 	string "Mainboard Vendor"
-	default "Google"
+	default "GOOGLE"
 
 endif # VENDOR_GOOGLE



More information about the coreboot-gerrit mailing list