diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
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 | |||
1335 | into a single FIT image. In theory, a FIT image can support any number | 1335 | into a single FIT image. In theory, a FIT image can support any number |
1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. | 1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. |
1337 | However, ``kernel-fitimage`` currently only supports | 1337 | However, ``kernel-fitimage`` currently only supports |
1338 | limited usescases: just one kernel image, an optional U-boot script, | 1338 | limited usecases: just one kernel image, an optional U-boot script, |
1339 | an optional Initramfs bundle, an optional RAM disk, and any number of | 1339 | an optional Initramfs bundle, an optional RAM disk, and any number of |
1340 | device tree. | 1340 | device tree. |
1341 | 1341 | ||