From d469b1fae0b43bebc068616d440561f5e035fc1e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 22 Apr 2023 15:19:46 +1200 Subject: [PATCH] ref-manual: add FIT_CONF_DEFAULT_DTB New variable in 4.2. (From yocto-docs rev: 1228ce16a33bd6f00e5399e4c381be808a272281) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index bd11b362e5..f69cbbb14d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -2898,6 +2898,10 @@ system and gives an overview of their function and contents. For guidance on how to create your own file permissions settings table file, examine the existing ``fs-perms.txt``. + :term:`FIT_CONF_DEFAULT_DTB` + Specifies the default device tree binary (dtb) file for a fitImage when + multiple are provided. + :term:`FIT_DESC` Specifies the description string encoded into a fitImage. The default value is set by the :ref:`ref-classes-kernel-fitimage`