diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-16 11:05:23 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-17 08:04:32 -0500 |
commit | 09b72d692f4bce6716a255433b93c9ae2c4cc315 (patch) | |
tree | 00fcc2ad626e6d55a3cc827f5e2364347bc0badf /doc/uImage.FIT/source_file_format.txt | |
parent | 3865ceb726d997731b14756b70ebf1e083c213fa (diff) | |
download | u-boot-09b72d692f4bce6716a255433b93c9ae2c4cc315.tar.gz |
cosmetic: uImage.FIT: fix documents
- Fix the path to source_file_format.txt
- Fix a minor typo
- Fix the type for FIT blob: it must be "flat_dt"
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
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 160b2d05f8..9ed6f65e59 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -159,7 +159,7 @@ the '/images' node should have the following layout: - description : Textual description of the component sub-image - type : Name of component sub-image type, supported types are: "standalone", "kernel", "ramdisk", "firmware", "script", "filesystem", - "fdt". + "flat_dt". - data : Path to the external file which contains this node's binary data. - compression : Compression used by included data. Supported compressions are "gzip" and "bzip2". If no compression is used compression property |