summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-03-12 16:32:35 +0300
committerAnup Patel <anup@brainfault.org>2019-03-13 21:23:21 +0300
commit6cd668df124ba090bf7582a597b432562e9a365c (patch)
treecda29e37c2927c59e1f1dc9843f0b9ab1f2fb8e6 /docs
parent90cb4917b584b07df3e4037a3b660e9ac28e3384 (diff)
downloadopensbi-6cd668df124ba090bf7582a597b432562e9a365c.tar.xz
docs: firmware: Fix spelling of U-Boot
It's U-Boot, not U-boot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware/payload_uboot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/firmware/payload_uboot.md b/docs/firmware/payload_uboot.md
index 3fd7fa2..42bf55f 100644
--- a/docs/firmware/payload_uboot.md
+++ b/docs/firmware/payload_uboot.md
@@ -3,11 +3,11 @@ U-Boot as a payload to OpenSBI
[U-Boot](https://www.denx.de/wiki/U-Boot) is an open-source primary boot loader.
It can be used as first and/or second stage boot loader in an embedded
-environment. In the context of OpenSBI, U-boot can be specified as a payload to
+environment. In the context of OpenSBI, U-Boot can be specified as a payload to
OpenSBI firmware, becoming the boot stage following OpenSBI firmware
execution.
-The current stable upstream code of U-boot does not yet include all patches
+The current stable upstream code of U-Boot does not yet include all patches
necessary to fully support OpenSBI. To use U-Boot as an OpenSBI payload, the
following out-of-tree patch series must be applied to the upstream U-Boot source
code.