summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Marcos Costa <jmcosta944@gmail.com>2023-09-07 23:50:45 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-09 07:12:47 +0300
commit129048a3b714af42dfe28cc740dafbc6f5e935f3 (patch)
tree96f881a37d5259eecefa51bba51879eb2652e8c3
parentc00b289b9636a6f545deb0d068d2b8c51a01b0de (diff)
downloadu-boot-129048a3b714af42dfe28cc740dafbc6f5e935f3.tar.xz
doc: Update path to source_file_format.rst
Previously, the file extension was .txt, and it referenced the uImage.FIT directory, which no longer exists. This commit updates the path accordingly. Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-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