summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2022-06-28 10:36:23 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-07-04 14:02:26 +0000
commitc4e90454f4e3787c9e5d0b7aa758ee9b5757df4b (patch)
treead1a49b4477d62eb6604e3332b6ffc4a64daed06 /util/cbfstool
parentdc86804a7db0ac67b81803d1662608320c8838a7 (diff)
downloadcoreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.tar.gz
coreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.tar.bz2
coreboot-c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b.zip
treewide: Unify Google branding
Branding changes to unify and update Chrome OS to ChromeOS (removing the space). This CL also includes changing Chromium OS to ChromiumOS as well. BUG=None TEST=N/A Change-Id: I39af9f1069b62747dbfeebdd62d85fabfa655dcd Signed-off-by: Jon Murphy <jpmurphy@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65479 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/cbfstool')
-rw-r--r--util/cbfstool/eventlog.c4
-rw-r--r--util/cbfstool/flashrom.c2
-rw-r--r--util/cbfstool/flashrom.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/util/cbfstool/eventlog.c b/util/cbfstool/eventlog.c
index 1fd4113f52f6..120bb40e084e 100644
--- a/util/cbfstool/eventlog.c
+++ b/util/cbfstool/eventlog.c
@@ -141,8 +141,8 @@ static void eventlog_print_type(const struct event_header *event)
{ELOG_TYPE_S0IX_ENTER, "S0ix Enter"},
{ELOG_TYPE_S0IX_EXIT, "S0ix Exit"},
{ELOG_TYPE_WAKE_SOURCE, "Wake Source"},
- {ELOG_TYPE_CROS_DEVELOPER_MODE, "Chrome OS Developer Mode"},
- {ELOG_TYPE_CROS_RECOVERY_MODE, "Chrome OS Recovery Mode"},
+ {ELOG_TYPE_CROS_DEVELOPER_MODE, "ChromeOS Developer Mode"},
+ {ELOG_TYPE_CROS_RECOVERY_MODE, "ChromeOS Recovery Mode"},
{ELOG_TYPE_MANAGEMENT_ENGINE, "Management Engine"},
{ELOG_TYPE_MANAGEMENT_ENGINE_EXT, "Management Engine Extra"},
{ELOG_TYPE_LAST_POST_CODE, "Last post code in previous boot"},
diff --git a/util/cbfstool/flashrom.c b/util/cbfstool/flashrom.c
index 64f73e420b99..6e438bfe22c1 100644
--- a/util/cbfstool/flashrom.c
+++ b/util/cbfstool/flashrom.c
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/util/cbfstool/flashrom.h b/util/cbfstool/flashrom.h
index 0db2194973dc..a222d19ee84c 100644
--- a/util/cbfstool/flashrom.h
+++ b/util/cbfstool/flashrom.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*