summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2020-12-21 17:06:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit07ec4c4ee7187eaded810201996e5b833ca12fa2 (patch)
treea0a99446788ef04a791521aa226653a86bbd9cf8 /documentation/ref-manual/classes.rst
parentf567cda0a9bebec26d33871cd09001e3b5ade1b4 (diff)
downloadpoky-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.rst6
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
1392Only a single kernel can be added to the FIT image created by 1392Only 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
1394address where the kernel image is to be loaded by U-boot is 1394address where the kernel image is to be loaded by U-Boot is
1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by 1395specified by :term:`UBOOT_LOADADDRESS` and the entrypoint by
1396:term:`UBOOT_ENTRYPOINT`. 1396:term:`UBOOT_ENTRYPOINT`.
1397 1397
1398Multiple device trees can be added to the FIT image created by 1398Multiple 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.
1400The address where the device tree is to be loaded by U-boot is 1400The address where the device tree is to be loaded by U-Boot is
1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays 1401specified by :term:`UBOOT_DTBO_LOADADDRESS` for device tree overlays
1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries. 1402and by :term:`UBOOT_DTB_LOADADDRESS` for device tree binaries.
1403 1403
1404Only a single RAM disk can be added to the FIT image created by 1404Only 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.
1406The address where the RAM disk image is to be loaded by U-boot 1406The address where the RAM disk image is to be loaded by U-Boot
1407is specified by :term:`UBOOT_RD_LOADADDRESS` and the entrypoint by 1407is 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.