diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 94b6a3ebd7..2f96ffb82f 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1582,13 +1582,13 @@ The :ref:`ref-classes-kernel-devicetree` class, which is inherited by the | |||
1582 | =================== | 1582 | =================== |
1583 | 1583 | ||
1584 | The :ref:`ref-classes-kernel-fitimage` class provides support to pack a kernel image, | 1584 | The :ref:`ref-classes-kernel-fitimage` class provides support to pack a kernel image, |
1585 | device trees, a U-boot script, a :term:`Initramfs` bundle and a RAM disk | 1585 | device trees, a U-boot script, an :term:`Initramfs` bundle and a RAM disk |
1586 | into a single FIT image. In theory, a FIT image can support any number | 1586 | into a single FIT image. In theory, a FIT image can support any number |
1587 | of kernels, U-boot scripts, :term:`Initramfs` bundles, RAM disks and device-trees. | 1587 | of kernels, U-boot scripts, :term:`Initramfs` bundles, RAM disks and device-trees. |
1588 | However, :ref:`ref-classes-kernel-fitimage` currently only supports | 1588 | However, :ref:`ref-classes-kernel-fitimage` currently only supports |
1589 | limited usecases: just one kernel image, an optional U-boot script, | 1589 | limited usecases: just one kernel image, an optional U-boot script, |
1590 | an optional :term:`Initramfs` bundle, an optional RAM disk, and any number of | 1590 | an optional :term:`Initramfs` bundle, an optional RAM disk, and any number of |
1591 | device tree. | 1591 | device trees. |
1592 | 1592 | ||
1593 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` | 1593 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` |
1594 | is set to include ":ref:`ref-classes-kernel-fitimage`" and :term:`KERNEL_IMAGETYPE` | 1594 | is set to include ":ref:`ref-classes-kernel-fitimage`" and :term:`KERNEL_IMAGETYPE` |