diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 5187033f77..54a98bf24f 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3426,6 +3426,8 @@ The variables used by this class are: | |||
3426 | - :term:`UBOOT_FIT_USER_SETTINGS`: adds a user-specific snippet to the U-Boot | 3426 | - :term:`UBOOT_FIT_USER_SETTINGS`: adds a user-specific snippet to the U-Boot |
3427 | Image Tree Source (ITS). Users can include their custom U-Boot Image Tree | 3427 | Image Tree Source (ITS). Users can include their custom U-Boot Image Tree |
3428 | Source (ITS) snippet in this variable. | 3428 | Source (ITS) snippet in this variable. |
3429 | - :term:`UBOOT_FIT_CONF_FIRMWARE`: adds one image to the ``firmware`` property | ||
3430 | of the configuration node. | ||
3429 | - :term:`UBOOT_FIT_CONF_USER_LOADABLES`: adds one or more user-defined images | 3431 | - :term:`UBOOT_FIT_CONF_USER_LOADABLES`: adds one or more user-defined images |
3430 | to the ``loadables`` property of the configuration node. | 3432 | to the ``loadables`` property of the configuration node. |
3431 | 3433 | ||