summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index e230bb69d0..2b916022bc 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3163,6 +3163,9 @@ It is intended to be inherited from U-Boot recipes.
3163 3163
3164The variables used by this class are: 3164The variables used by this class are:
3165 3165
3166- :term:`SPL_DTB_BINARY`: Name of the SPL device tree binary. Can be set to an
3167 empty string to indicate that no SPL should be created and added to the FIT
3168 image.
3166- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when 3169- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
3167 building the FIT image. 3170 building the FIT image.
3168- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image. 3171- :term:`SPL_SIGN_ENABLE`: enable signing the FIT image.