summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-19 14:41:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitd09132d13036444bb48caac78bc942e28104ee02 (patch)
tree85c08483a626169cb7f7579a08cd06ec6ce13cbe /documentation/ref-manual
parent43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 (diff)
downloadpoky-d09132d13036444bb48caac78bc942e28104ee02.tar.gz
manuals: fix misc typos
(From yocto-docs rev: 988efd0d1663e4369043c5b53d7e1dcd9e54d3cd) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 21b50f94bd..cd5a51695b 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1335,7 +1335,7 @@ device trees, a U-boot script, a Initramfs bundle and a RAM disk
1335into a single FIT image. In theory, a FIT image can support any number 1335into a single FIT image. In theory, a FIT image can support any number
1336of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. 1336of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees.
1337However, ``kernel-fitimage`` currently only supports 1337However, ``kernel-fitimage`` currently only supports
1338limited usescases: just one kernel image, an optional U-boot script, 1338limited usecases: just one kernel image, an optional U-boot script,
1339an optional Initramfs bundle, an optional RAM disk, and any number of 1339an optional Initramfs bundle, an optional RAM disk, and any number of
1340device tree. 1340device tree.
1341 1341