diff options
| author | Paul Eggleton <paul.eggleton@microsoft.com> | 2020-12-21 17:06:04 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
| commit | 07ec4c4ee7187eaded810201996e5b833ca12fa2 (patch) | |
| tree | a0a99446788ef04a791521aa226653a86bbd9cf8 /documentation/ref-manual/classes.rst | |
| parent | f567cda0a9bebec26d33871cd09001e3b5ade1b4 (diff) | |
| download | poky-07ec4c4ee7187eaded810201996e5b833ca12fa2.tar.gz | |
ref-manual: use consistent capitalisation of U-Boot
Change all instances of U-boot to U-Boot.
(From yocto-docs rev: 153c60fd9f2807c8e98105bcd4384e52e2adaa1a)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 08ced7f90e..d049ca7018 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -1391,19 +1391,19 @@ when creating the FIT image are specified using the | |||
| 1391 | 1391 | ||
| 1392 | Only a single kernel can be added to the FIT image created by | 1392 | Only a single kernel can be added to the FIT image created by |
| 1393 | ``kernel-fitimage`` and the kernel image in FIT is mandatory. The | 1393 | ``kernel-fitimage`` and the kernel image in FIT is mandatory. The |
| 1394 | address where the kernel image is to be loaded by U-boot is | 1394 | address where the kernel image is to be loaded by U-Boot is |
| 1395 | specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by | 1395 | specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by |
| 1396 | :term:`UBOOT_ENTRYPOINT`. | 1396 | :term:`UBOOT_ENTRYPOINT`. |
| 1397 | 1397 | ||
| 1398 | Multiple device trees can be added to the FIT image created by | 1398 | Multiple device trees can be added to the FIT image created by |
| 1399 | ``kernel-fitimage`` and the device tree is optional. | 1399 | ``kernel-fitimage`` and the device tree is optional. |
| 1400 | The address where the device tree is to be loaded by U-boot is | 1400 | The address where the device tree is to be loaded by U-Boot is |
| 1401 | specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays | 1401 | specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays |
| 1402 | and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. | 1402 | and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. |
| 1403 | 1403 | ||
| 1404 | Only a single RAM disk can be added to the FIT image created by | 1404 | Only a single RAM disk can be added to the FIT image created by |
| 1405 | ``kernel-fitimage`` and the RAM disk in FIT is optional. | 1405 | ``kernel-fitimage`` and the RAM disk in FIT is optional. |
| 1406 | The address where the RAM disk image is to be loaded by U-boot | 1406 | The address where the RAM disk image is to be loaded by U-Boot |
| 1407 | is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by | 1407 | is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by |
| 1408 | :term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when | 1408 | :term:`UBOOT_RD_ENTRYPOINT`. The ramdisk is added to FIT image when |
| 1409 | :term:`INITRAMFS_IMAGE` is specified. | 1409 | :term:`INITRAMFS_IMAGE` is specified. |
