diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 36cc78bb0a..c697bdbbb7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -10439,6 +10439,15 @@ system and gives an overview of their function and contents. | |||
10439 | 10439 | ||
10440 | do_compile[depends] += "trusted-firmware-a:do_deploy" | 10440 | do_compile[depends] += "trusted-firmware-a:do_deploy" |
10441 | 10441 | ||
10442 | :term:`UBOOT_FIT_CONF_FIRMWARE` | ||
10443 | Adds one image to the ``firmware`` property of the configuration node of | ||
10444 | the U-Boot Image Tree Source (ITS). Sets the ``firmware`` property to | ||
10445 | select the image to boot first:: | ||
10446 | |||
10447 | UBOOT_FIT_CONF_FIRMWARE = "fwa" | ||
10448 | |||
10449 | If not set, the first entry in "loadables" is used to boot instead. | ||
10450 | |||
10442 | :term:`UBOOT_FIT_CONF_USER_LOADABLES` | 10451 | :term:`UBOOT_FIT_CONF_USER_LOADABLES` |
10443 | Adds one or more user-defined images to the ``loadables`` property of the | 10452 | Adds one or more user-defined images to the ``loadables`` property of the |
10444 | configuration node of the U-Boot Image Tree Source (ITS). This variable | 10453 | configuration node of the U-Boot Image Tree Source (ITS). This variable |