diff mbox

[U-Boot] doc: fix file extension for flattened image tree blob

Message ID 1458773057-24739-1-git-send-email-dannenberg@ti.com
State Accepted
Commit 486c39c2e956939125a4a25fbd644b2b620a103d
Delegated to: Tom Rini
Headers show

Commit Message

Andreas Dannenberg March 23, 2016, 10:44 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini April 2, 2016, 1:56 a.m. UTC | #1
On Wed, Mar 23, 2016 at 05:44:17PM -0500, Andreas Dannenberg wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
index 029f481..5d8cda4 100644
--- a/doc/uImage.FIT/source_file_format.txt
+++ b/doc/uImage.FIT/source_file_format.txt
@@ -55,7 +55,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