Stefan Reinauer (stefan.reinauer@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@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@google.com
Change-Id: Icef8a5a6f976f9f87cb7e065284541ecaa213c1b Reviewed-on: https://gerrit.chromium.org/gerrit/47607 Reviewed-by: Ronald G. Minnich rminnich@chromium.org Commit-Queue: Stefan Reinauer reinauer@google.com Tested-by: Stefan Reinauer reinauer@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