diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e7b8709e7d..693bf1b367 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8564,6 +8564,10 @@ system and gives an overview of their function and contents. | |||
8564 | If :term:`UBOOT_MKIMAGE_DTCOPTS` is not set then kernel-fitimage will not | 8564 | If :term:`UBOOT_MKIMAGE_DTCOPTS` is not set then kernel-fitimage will not |
8565 | pass the ``-D`` option to mkimage. | 8565 | pass the ``-D`` option to mkimage. |
8566 | 8566 | ||
8567 | :term:`UBOOT_MKIMAGE_KERNEL_TYPE` | ||
8568 | Specifies the type argument for the kernel as passed to ``uboot-mkimage``. | ||
8569 | The default value is "kernel". | ||
8570 | |||
8567 | :term:`UBOOT_MKIMAGE_SIGN` | 8571 | :term:`UBOOT_MKIMAGE_SIGN` |
8568 | Specifies the name of the mkimage command as used by the | 8572 | Specifies the name of the mkimage command as used by the |
8569 | :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to sign | 8573 | :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to sign |