diff options
author | Jon Murphy <jpmurphy@google.com> | 2022-06-28 10:36:23 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-04 14:02:26 +0000 |
commit | c4e90454f4e3787c9e5d0b7aa758ee9b5757df4b (patch) | |
tree | ad1a49b4477d62eb6604e3332b6ffc4a64daed06 /src/vendorcode | |
parent | dc86804a7db0ac67b81803d1662608320c8838a7 (diff) |
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/vendorcode')
-rw-r--r-- | src/vendorcode/google/chromeos/Kconfig | 2 | ||||
-rw-r--r-- | src/vendorcode/google/chromeos/acpi/amac.asl | 2 | ||||
-rw-r--r-- | src/vendorcode/google/chromeos/chromeos.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig index 32af5538ae..868492062e 100644 --- a/src/vendorcode/google/chromeos/Kconfig +++ b/src/vendorcode/google/chromeos/Kconfig @@ -23,7 +23,7 @@ config CHROMEOS if CHROMEOS config CHROMEOS_RAMOOPS - bool "Reserve space for Chrome OS ramoops" + bool "Reserve space for ChromeOS ramoops" default y config CHROMEOS_RAMOOPS_RAM_SIZE diff --git a/src/vendorcode/google/chromeos/acpi/amac.asl b/src/vendorcode/google/chromeos/acpi/amac.asl index 7d614f3433..18b9f28382 100644 --- a/src/vendorcode/google/chromeos/acpi/amac.asl +++ b/src/vendorcode/google/chromeos/acpi/amac.asl @@ -11,7 +11,7 @@ * The Linux kernel implementation can be found at * drivers/net/usb/r8152.c:vendor_mac_passthru_addr_read() * - * For Chrome OS, the policy which controls where the dock MAC address + * For ChromeOS, the policy which controls where the dock MAC address * comes from is written into RW_VPD property "dock_passthrough": * * "dock_mac" or empty: Use MAC address from RO_VPD value "dock_mac" diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h index 5db78671ce..98aa4faf9b 100644 --- a/src/vendorcode/google/chromeos/chromeos.h +++ b/src/vendorcode/google/chromeos/chromeos.h @@ -38,7 +38,7 @@ void chromeos_set_ramoops(void *ram_oops, size_t size); enum cb_err get_dsm_calibration_from_key(const char *key, uint64_t *value); /* - * Declaration for mainboards to use to generate ACPI-specific Chrome OS needs. + * Declaration for mainboards to use to generate ACPI-specific ChromeOS needs. */ void chromeos_acpi_gpio_generate(void); |