summaryrefslogtreecommitdiffstats
path: root/src/commonlib/bsd/include/commonlib/bsd/elog.h
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 /src/commonlib/bsd/include/commonlib/bsd/elog.h
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 'src/commonlib/bsd/include/commonlib/bsd/elog.h')
-rw-r--r--src/commonlib/bsd/include/commonlib/bsd/elog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commonlib/bsd/include/commonlib/bsd/elog.h b/src/commonlib/bsd/include/commonlib/bsd/elog.h
index 35a42e6b23e8..44f10519579d 100644
--- a/src/commonlib/bsd/include/commonlib/bsd/elog.h
+++ b/src/commonlib/bsd/include/commonlib/bsd/elog.h
@@ -203,7 +203,7 @@ struct elog_event_data_wake {
uint32_t instance;
} __packed;
-/* Chrome OS related events */
+/* ChromeOS related events */
#define ELOG_TYPE_CROS_DEVELOPER_MODE 0xa0
#define ELOG_TYPE_CROS_RECOVERY_MODE 0xa1
#define ELOG_CROS_RECOVERY_MODE_BUTTON 0x02
@@ -305,7 +305,7 @@ struct elog_event_mem_cache_update {
#define ELOG_TYPE_MI_HRPC 0xb4
#define ELOG_TYPE_MI_HR 0xb5
-/* Chrome OS diagnostics-related events */
+/* ChromeOS diagnostics-related events */
#define ELOG_TYPE_CROS_DIAGNOSTICS 0xb6
#define ELOG_CROS_LAUNCH_DIAGNOSTICS 0x01