aboutsummaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-09-09 09:33:02 -0400
committerTom Rini <trini@konsulko.com>2023-09-09 09:33:02 -0400
commit252592214f79d8206c3cf0056a8827a0010214e0 (patch)
treeae31c280504225e27c57fa0fae8e77d011613ea5 /doc/usage
parentc0c08be5468cb26db597932bc69c4eda1129841d (diff)
parent7314ba2bf8452df68d07f251aa59440de58067b0 (diff)
Merge tag 'doc-2023-10-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5 Documentation: * move more TI board documentation to HTML * update TPM usage instructions for qemu-arm * update the EFI app documentation Other: * tpm: Fix autostart for TPM1.2 devices * spl: fix undefined return value in spl_blk_load_image
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fit/howto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/fit/howto.rst b/doc/usage/fit/howto.rst
index c933703d1d..def12a70f7 100644
--- a/doc/usage/fit/howto.rst
+++ b/doc/usage/fit/howto.rst
@@ -21,8 +21,8 @@ important that the dtc used has support for binary includes -- refer to::
for its latest version. mkimage (together with dtc) takes as input
an image source file, which describes the contents of the image and defines
its various properties used during booting. By convention, image source file
-has the ".its" extension, also, the details of its format are given in
-doc/uImage.FIT/source_file_format.txt. The actual data that is to be included in
+has the ".its" extension, also, the details of its format are provided in
+:doc:`source_file_format`. The actual data that is to be included in
the uImage (kernel, ramdisk, etc.) is specified in the image source file in the
form of paths to appropriate data files. The outcome of the image creation
process is a binary file (by convention with the ".itb" extension) that