diff options
-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 e555a80b5a..6ab80b10b7 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1599,8 +1599,8 @@ an optional :term:`Initramfs` bundle, an optional RAM disk, and any number of | |||
1599 | device trees. | 1599 | device trees. |
1600 | 1600 | ||
1601 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` | 1601 | To create a FIT image, it is required that :term:`KERNEL_CLASSES` |
1602 | is set to include ":ref:`ref-classes-kernel-fitimage`" and :term:`KERNEL_IMAGETYPE` | 1602 | is set to include ":ref:`ref-classes-kernel-fitimage`" and one of :term:`KERNEL_IMAGETYPE`, |
1603 | is set to "fitImage". | 1603 | :term:`KERNEL_ALT_IMAGETYPE` or :term:`KERNEL_IMAGETYPES` to include "fitImage". |
1604 | 1604 | ||
1605 | The options for the device tree compiler passed to ``mkimage -D`` | 1605 | The options for the device tree compiler passed to ``mkimage -D`` |
1606 | when creating the FIT image are specified using the | 1606 | when creating the FIT image are specified using the |