Message ID | e519c6fac167b323bf5462aa59c2ec719712db6a.1682133339.git.bluelightning@bluelightning.org |
---|---|
State | New |
Headers | show |
Series | [01/17] ref-manual: add new SDK_ZIP_OPTIONS variable | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index bd11b362e5d..f69cbbb14d8 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`
New variable in 4.2. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> --- documentation/ref-manual/variables.rst | 4 ++++ 1 file changed, 4 insertions(+)