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 8d8bea4714..81dab1f4b3 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -3200,7 +3200,7 @@ The :ref:`ref-classes-uboot-config` class provides support for U-Boot configurat | |||
3200 | a machine. Specify the machine in your recipe as follows:: | 3200 | a machine. Specify the machine in your recipe as follows:: |
3201 | 3201 | ||
3202 | UBOOT_CONFIG ??= <default> | 3202 | UBOOT_CONFIG ??= <default> |
3203 | UBOOT_CONFIG[foo] = "config,images" | 3203 | UBOOT_CONFIG[foo] = "config,images,binary" |
3204 | 3204 | ||
3205 | You can also specify the machine using this method:: | 3205 | You can also specify the machine using this method:: |
3206 | 3206 | ||