From 345fb462effa1d505e813a26b265d3b09b57b1e3 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 21 Dec 2020 17:06:02 -0800 Subject: variables: explicitly state that UBOOT_MKIMAGE_DTCOPTS is optional (From yocto-docs rev: 0ba5591c4e8dd194f87837556cedb2b9979bc6df) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/ref-manual') 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. :term:`UBOOT_MKIMAGE_DTCOPTS` Options for the device tree compiler passed to mkimage '-D' feature while creating FIT image in :ref:`kernel-fitimage ` class. + If ``UBOOT_MKIMAGE_DTCOPTS`` is not set then kernel-fitimage will not + pass the ``-D`` option to mkimage. :term:`UBOOT_RD_ENTRYPOINT` Specifies the entrypoint for the RAM disk image. -- cgit v1.2.3-54-g00ecf