summaryrefslogtreecommitdiffstats
path: root/Documentation/lib/flashmap.md
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 /Documentation/lib/flashmap.md
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 'Documentation/lib/flashmap.md')
-rw-r--r--Documentation/lib/flashmap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/flashmap.md b/Documentation/lib/flashmap.md
index 68d0ab5dc79c..f0816cf493f9 100644
--- a/Documentation/lib/flashmap.md
+++ b/Documentation/lib/flashmap.md
@@ -4,7 +4,7 @@
[Flashmap](https://code.google.com/p/flashmap) (FMAP) is a binary format to
describe partitions in a flash chip. It was added to coreboot to support the
-requirements of Chromium OS firmware but then was also used in other scenarios
+requirements of ChromiumOS firmware but then was also used in other scenarios
where precise placement of data in flash was necessary, or for data that is
written to at runtime, as CBFS is considered too fragile for such situations.
The Flashmap implementation inside coreboot is the de facto standard today.