From c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Tue, 28 Jun 2022 10:36:23 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65479 Reviewed-by: Jack Rosenthal Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/commonlib/bsd/include/commonlib/bsd/elog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commonlib/bsd/include/commonlib/bsd/elog.h') 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 -- cgit v1.2.3