diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-09-13 20:28:21 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:30:53 -0400 |
commit | 61ffc17aeb0883bd59ced1f1589221242e8c689f (patch) | |
tree | c7b6179b806241d3e7e96da67fde215f4b357344 /doc/uImage.FIT/source_file_format.txt | |
parent | a466e49bf3ab88e9645b35a48f9ca3b0b9283e76 (diff) | |
download | u-boot-61ffc17aeb0883bd59ced1f1589221242e8c689f.tar.gz |
cosmetic: doc: uImage.FIT: fix typos
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/uImage.FIT/source_file_format.txt')
-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 6d2070758d..160b2d05f8 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -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. |