summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-12-21 17:06:02 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit345fb462effa1d505e813a26b265d3b09b57b1e3 (patch)
tree5883379e4fc07db6ba83da270d3c14bc40e7bfeb /documentation/ref-manual
parentbde537a024bf58e0990d59a706f5c644dd52e314 (diff)
downloadpoky-345fb462effa1d505e813a26b265d3b09b57b1e3.tar.gz
variables: explicitly state that UBOOT_MKIMAGE_DTCOPTS is optional
(From yocto-docs rev: 0ba5591c4e8dd194f87837556cedb2b9979bc6df) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4508bb1451..8f7f86e6b3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8444,6 +8444,8 @@ system and gives an overview of their function and contents.
8444 :term:`UBOOT_MKIMAGE_DTCOPTS` 8444 :term:`UBOOT_MKIMAGE_DTCOPTS`
8445 Options for the device tree compiler passed to mkimage '-D' 8445 Options for the device tree compiler passed to mkimage '-D'
8446 feature while creating FIT image in :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class. 8446 feature while creating FIT image in :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class.
8447 If ``UBOOT_MKIMAGE_DTCOPTS`` is not set then kernel-fitimage will not
8448 pass the ``-D`` option to mkimage.
8447 8449
8448 :term:`UBOOT_RD_ENTRYPOINT` 8450 :term:`UBOOT_RD_ENTRYPOINT`
8449 Specifies the entrypoint for the RAM disk image. 8451 Specifies the entrypoint for the RAM disk image.