diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
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 | |||
3229 | a machine. Specify the machine in your recipe as follows:: | 3229 | a 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 | ||
3234 | You can also specify the machine using this method:: | 3234 | You can also specify the machine using this method:: |
3235 | 3235 | ||