]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Update path to source_file_format.rst
authorJoao Marcos Costa <jmcosta944@gmail.com>
Thu, 7 Sep 2023 20:50:45 +0000 (22:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Sep 2023 04:12:47 +0000 (06:12 +0200)
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>
doc/usage/fit/howto.rst

index c933703d1d000df74a034f2db62de8f0d174d9c0..def12a70f7b235d1d7652ab1f07d013a309ca3ae 100644 (file)
@@ -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