summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-04 19:29:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-06 09:38:58 +0100
commitce7a814b3b915f865ef9c616300315b55e374938 (patch)
treee57acedbd4b7e7599d507050e6d2000c11a6bc4a /documentation/ref-manual/classes.rst
parent23471213814097f3420083c04ccfbabe963b8a8e (diff)
downloadpoky-ce7a814b3b915f865ef9c616300315b55e374938.tar.gz
ref-manual: document FIT_ADDRESS_CELLS
(From yocto-docs rev: 81ee2e82a5bd0b7f1cb910bf266ceb808c05bba9) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index a78368b380..96d7c0d414 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1590,7 +1590,8 @@ Only a single kernel can be added to the FIT image created by
1590:ref:`ref-classes-kernel-fitimage` and the kernel image in FIT is mandatory. The 1590:ref:`ref-classes-kernel-fitimage` and the kernel image in FIT is mandatory. The
1591address where the kernel image is to be loaded by U-Boot is 1591address where the kernel image is to be loaded by U-Boot is
1592specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by 1592specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by
1593:term:`UBOOT_ENTRYPOINT`. 1593:term:`UBOOT_ENTRYPOINT`. Setting :term:`FIT_ADDRESS_CELLS` to "2"
1594is necessary if such addresses are 64 bit ones.
1594 1595
1595Multiple device trees can be added to the FIT image created by 1596Multiple device trees can be added to the FIT image created by
1596:ref:`ref-classes-kernel-fitimage` and the device tree is optional. 1597:ref:`ref-classes-kernel-fitimage` and the device tree is optional.