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/drivers/camera/Kconfig | 2 +- src/drivers/intel/fsp2_0/memory_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/camera/Kconfig b/src/drivers/camera/Kconfig index 1c0c0a3634..4956ca2b67 100644 --- a/src/drivers/camera/Kconfig +++ b/src/drivers/camera/Kconfig @@ -2,6 +2,6 @@ config CHROMEOS_CAMERA bool default n help - Camera with identifiers following Chrome OS Camera Info. The info is + Camera with identifiers following ChromeOS Camera Info. The info is usually available on MIPI camera EEPROM for identifying correct drivers and config. diff --git a/src/drivers/intel/fsp2_0/memory_init.c b/src/drivers/intel/fsp2_0/memory_init.c index d6778b0846..f7aaed48b1 100644 --- a/src/drivers/intel/fsp2_0/memory_init.c +++ b/src/drivers/intel/fsp2_0/memory_init.c @@ -42,7 +42,7 @@ static void save_memory_training_data(bool s3wake, uint32_t fsp_version) /* * Save MRC Data to CBMEM. By always saving the data this forces - * a retrain after a trip through Chrome OS recovery path. The + * a retrain after a trip through ChromeOS recovery path. The * code which saves the data to flash doesn't write if the latest * training data matches this one. */ -- cgit v1.2.3