]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
doc: fix file extension for flattened image tree blob
authorAndreas Dannenberg <dannenberg@ti.com>
Wed, 23 Mar 2016 22:44:17 +0000 (17:44 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:17:41 +0000 (17:17 -0400)
Different sections in the document suggest flattened image tree blob
files have a file name extension of .itb. Fix the list of file extensions
to reflect that.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
doc/uImage.FIT/source_file_format.txt

index 3db068d6c8169c09abc6fc52f17409fada76135a..9c527c3e012d9dd3a41aa27727e696a7446f10e8 100644 (file)
@@ -56,7 +56,7 @@ FIT is formally a flattened device tree (in the libfdt meaning), which
 conforms to bindings defined in this document.
 
 .its   - image tree source
-.fit   - flattened image tree blob
+.itb   - flattened image tree blob
 
 c) Image building procedure