summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b80bcbaf58..c68e1c1b7b 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8404,21 +8404,21 @@ system and gives an overview of their function and contents.
8404 In this example, "sd" is selected as the configuration of the possible four for the 8404 In this example, "sd" is selected as the configuration of the possible four for the
8405 ``UBOOT_MACHINE``. The "sd" configuration defines 8405 ``UBOOT_MACHINE``. The "sd" configuration defines
8406 "mx6qsabreauto_config" as the value for ``UBOOT_MACHINE``, while the 8406 "mx6qsabreauto_config" as the value for ``UBOOT_MACHINE``, while the
8407 "sdcard" specifies the ``IMAGE_FSTYPES`` to use for the U-boot image. 8407 "sdcard" specifies the ``IMAGE_FSTYPES`` to use for the U-Boot image.
8408 8408
8409 For more information on how the ``UBOOT_CONFIG`` is handled, see the 8409 For more information on how the ``UBOOT_CONFIG`` is handled, see the
8410 :ref:`uboot-config <ref-classes-uboot-config>` 8410 :ref:`uboot-config <ref-classes-uboot-config>`
8411 class. 8411 class.
8412 8412
8413 :term:`UBOOT_DTB_LOADADDRESS` 8413 :term:`UBOOT_DTB_LOADADDRESS`
8414 Specifies the load address for the dtb image used by U-boot. During FIT 8414 Specifies the load address for the dtb image used by U-Boot. During FIT
8415 image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in 8415 image creation, the ``UBOOT_DTB_LOADADDRESS`` variable is used in
8416 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify 8416 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify
8417 the load address to be used in 8417 the load address to be used in
8418 creating the dtb sections of Image Tree Source for the FIT image. 8418 creating the dtb sections of Image Tree Source for the FIT image.
8419 8419
8420 :term:`UBOOT_DTBO_LOADADDRESS` 8420 :term:`UBOOT_DTBO_LOADADDRESS`
8421 Specifies the load address for the dtbo image used by U-boot. During FIT 8421 Specifies the load address for the dtbo image used by U-Boot. During FIT
8422 image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in 8422 image creation, the ``UBOOT_DTBO_LOADADDRESS`` variable is used in
8423 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify the load address to be used in 8423 :ref:`kernel-fitimage <ref-classes-kernel-fitimage>` class to specify the load address to be used in
8424 creating the dtbo sections of Image Tree Source for the FIT image. 8424 creating the dtbo sections of Image Tree Source for the FIT image.
@@ -8503,7 +8503,7 @@ system and gives an overview of their function and contents.
8503 certificate used for signing FIT image. 8503 certificate used for signing FIT image.
8504 8504
8505 :term:`UBOOT_SIGN_KEYNAME` 8505 :term:`UBOOT_SIGN_KEYNAME`
8506 The name of keys used for signing U-boot FIT image stored in 8506 The name of keys used for signing U-Boot FIT image stored in
8507 :term:`UBOOT_SIGN_KEYDIR` directory. For e.g. dev.key key and dev.crt 8507 :term:`UBOOT_SIGN_KEYDIR` directory. For e.g. dev.key key and dev.crt
8508 certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have 8508 certificate stored in :term:`UBOOT_SIGN_KEYDIR` directory will have
8509 :term:`UBOOT_SIGN_KEYNAME` set to "dev". 8509 :term:`UBOOT_SIGN_KEYNAME` set to "dev".