diff options
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 160b2d05f..9ed6f65e5 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 |