]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cosmetic: doc: uImage.FIT: fix typos
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 13 Sep 2013 11:28:21 +0000 (20:28 +0900)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 14:30:53 +0000 (10:30 -0400)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
doc/uImage.FIT/command_syntax_extensions.txt
doc/uImage.FIT/source_file_format.txt

index 002818c226b8e15d714e87b788d4bba8396575f6..6c99b1c1594432a0e4622819ccd3f5bb23edc346 100644 (file)
@@ -170,7 +170,7 @@ bootm 200000
 
 In case of the new uImage argument syntax, the address portion of any argument
 can be omitted. If <addr3> is omitted, then it is assumed that image at
-<addr2> should be used. Similarly, when <addr2> is omitted, is is assumed that
+<addr2> should be used. Similarly, when <addr2> is omitted, it is assumed that
 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the
 current image address is to be used. For example, consider the following
 commands:
index 6d2070758de82111c79d41383e6e4f70328d0f16..160b2d05f882342b14c820951e7e8c06f8b4594e 100644 (file)
@@ -62,7 +62,7 @@ c) Image building procedure
 The following picture shows how the new uImage is prepared. Input consists of
 image source file (.its) and a set of data files. Image is created with the
 help of standard U-boot mkimage tool which in turn uses dtc (device tree
-compiler) to produce image tree blob (.itb).  Resulting .itb file is is the
+compiler) to produce image tree blob (.itb).  Resulting .itb file is the
 actual binary of a new uImage.