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/security/vboot | |
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/security/vboot')
-rw-r--r-- | src/security/vboot/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig index 06f9e93485..a36510dee7 100644 --- a/src/security/vboot/Kconfig +++ b/src/security/vboot/Kconfig @@ -103,7 +103,7 @@ config VBOOT_DISABLE_DEV_ON_RECOVERY bool default n help - When this option is enabled, the Chrome OS device leaves the + When this option is enabled, the ChromeOS device leaves the developer mode as soon as recovery request is detected. This is handy on embedded devices with limited input capabilities. @@ -321,10 +321,10 @@ config GBB_HWID string "Hardware ID" default "" help - A hardware identifier for device. On Chrome OS this is used for auto + A hardware identifier for device. On ChromeOS this is used for auto update and recovery, and will be generated when manufacturing by the factory software, in a strictly defined format. - Leave empty to get a test-only Chrome OS HWID v2 string generated. + Leave empty to get a test-only ChromeOS HWID v2 string generated. config GBB_BMPFV_FILE string "Path to bmpfv image" @@ -339,7 +339,7 @@ config GBB_FLAG_LOAD_OPTION_ROMS default n config GBB_FLAG_ENABLE_ALTERNATE_OS - bool "Allow booting a non-Chrome OS kernel if dev switch is on" + bool "Allow booting a non-ChromeOS kernel if dev switch is on" default n config GBB_FLAG_FORCE_DEV_SWITCH_ON |