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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 26d0e55cb4..844433c551 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3229,7 +3229,7 @@ The :ref:`ref-classes-uboot-config` class provides support for U-Boot configurat
3229a machine. Specify the machine in your recipe as follows:: 3229a machine. Specify the machine in your recipe as follows::
3230 3230
3231 UBOOT_CONFIG ??= <default> 3231 UBOOT_CONFIG ??= <default>
3232 UBOOT_CONFIG[foo] = "config,images" 3232 UBOOT_CONFIG[foo] = "config,images,binary"
3233 3233
3234You can also specify the machine using this method:: 3234You can also specify the machine using this method::
3235 3235