Commit 486c39c2e956939125a4a25fbd644b2b620a103d

Authored by Andreas Dannenberg
Committed by Tom Rini
1 parent ab5645f14e

doc: fix file extension for flattened image tree blob

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

doc/uImage.FIT/source_file_format.txt
... ... @@ -56,7 +56,7 @@
56 56 conforms to bindings defined in this document.
57 57  
58 58 .its - image tree source
59   -.fit - flattened image tree blob
  59 +.itb - flattened image tree blob
60 60  
61 61 c) Image building procedure
62 62