From 28e63ec4494161efac97c7aeacffdc567ad97446 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 8 Apr 2013 16:48:10 -0700 Subject: [PATCH] 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 BUG=none TEST=emerge-link chromeos-coreboot-link produces a bootable image BRANCH=none Change-Id: Icef8a5a6f976f9f87cb7e065284541ecaa213c1b Reviewed-on: https://gerrit.chromium.org/gerrit/47607 Reviewed-by: Ronald G. Minnich Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer --- 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 e389b597d4..4061f1703c 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