diff options
-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 dc30419a1e..4577baba3e 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1625,7 +1625,7 @@ The address where the RAM disk image is to be loaded by U-Boot | |||
1625 | is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by | 1625 | is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by |
1626 | :term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to the FIT image when | 1626 | :term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to the FIT image when |
1627 | :term:`INITRAMFS_IMAGE` is specified and requires that :term:`INITRAMFS_IMAGE_BUNDLE` | 1627 | :term:`INITRAMFS_IMAGE` is specified and requires that :term:`INITRAMFS_IMAGE_BUNDLE` |
1628 | is set to 0. | 1628 | is not set to 1. |
1629 | 1629 | ||
1630 | Only a single :term:`Initramfs` bundle can be added to the FIT image created by | 1630 | Only a single :term:`Initramfs` bundle can be added to the FIT image created by |
1631 | :ref:`ref-classes-kernel-fitimage` and the :term:`Initramfs` bundle in FIT is optional. | 1631 | :ref:`ref-classes-kernel-fitimage` and the :term:`Initramfs` bundle in FIT is optional. |