diff options
| author | Andreas Dannenberg <[email protected]> | 2016-03-23 17:44:17 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-04-01 17:17:41 -0400 |
| commit | 486c39c2e956939125a4a25fbd644b2b620a103d (patch) | |
| tree | d1c7817f5cc4df31adc83df4c38c402fc171b5fd /doc | |
| parent | ab5645f14edecd8cd8b0ba0ef9b1be5100b9d7c4 (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/uImage.FIT/source_file_format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt index 3db068d6c81..9c527c3e012 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -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 |
