diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-09-30 21:18:33 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-04 09:39:32 +0000 |
commit | 2fd4907a4dd9e8d60dfcec2913337efe339d9233 (patch) | |
tree | 1ae271afcc6b18035756e53927e65d5cbe57e8cf /Documentation/lessons | |
parent | da6ad0bc505bcc50d5d315269a173bcd762581e5 (diff) | |
download | coreboot-2fd4907a4dd9e8d60dfcec2913337efe339d9233.tar.xz |
Documentation: Spell "blob" in lowercase
It's not an acronym (outside of database software).
Change-Id: I529561e4fc9889be7f9d6bd6d5f9a876e2007671
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28827
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/lessons')
-rw-r--r-- | Documentation/lessons/lesson1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lessons/lesson1.md b/Documentation/lessons/lesson1.md index 4cbdf957e6..e6ff237ab5 100644 --- a/Documentation/lessons/lesson1.md +++ b/Documentation/lessons/lesson1.md @@ -144,7 +144,7 @@ hybrid configuration which may or may not work as expected. ### Step 6 summary - Build coreboot You may notice that a number of other pieces are downloaded at the beginning of the build process. These are the git submodules used in various coreboot builds. -By default, the BLOBS submodule is not downloaded. This git submodule may be +By default, the _blobs_ submodule is not downloaded. This git submodule may be required for other builds for microcode or other binaries. To enable downloading this submodule, select the option "Allow use of binary-only repository" in the "General Setup" menu of Kconfig |