summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 08ced7f90e..d049ca7018 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1391,19 +1391,19 @@ when creating the FIT image are specified using the
1391 1391
1392Only a single kernel can be added to the FIT image created by 1392Only a single kernel can be added to the FIT image created by
1393``kernel-fitimage`` and the kernel image in FIT is mandatory. The 1393``kernel-fitimage`` and the kernel image in FIT is mandatory. The
1394address where the kernel image is to be loaded by U-boot is 1394address where the kernel image is to be loaded by U-Boot is
1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by 1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by
1396:term:`UBOOT_ENTRYPOINT`. 1396:term:`UBOOT_ENTRYPOINT`.
1397 1397
1398Multiple device trees can be added to the FIT image created by 1398Multiple device trees can be added to the FIT image created by
1399``kernel-fitimage`` and the device tree is optional. 1399``kernel-fitimage`` and the device tree is optional.
1400The address where the device tree is to be loaded by U-boot is 1400The address where the device tree is to be loaded by U-Boot is
1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays 1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays
1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. 1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries.
1403 1403
1404Only a single RAM disk can be added to the FIT image created by 1404Only a single RAM disk can be added to the FIT image created by
1405``kernel-fitimage`` and the RAM disk in FIT is optional. 1405``kernel-fitimage`` and the RAM disk in FIT is optional.
1406The address where the RAM disk image is to be loaded by U-boot 1406The address where the RAM disk image is to be loaded by U-Boot
1407is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by 1407is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by
1408:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when 1408:term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when
1409:term:`INITRAMFS_IMAGE` is specified. 1409:term:`INITRAMFS_IMAGE` is specified.