diff options
Diffstat (limited to 'doc/uImage.FIT/source_file_format.txt')
| -rw-r--r-- | doc/uImage.FIT/source_file_format.txt | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt index 157936ed5..6d2070758 100644 --- a/doc/uImage.FIT/source_file_format.txt +++ b/doc/uImage.FIT/source_file_format.txt @@ -173,8 +173,7 @@ the '/images' node should have the following layout:    - arch : Architecture name, mandatory for types: "standalone", "kernel",      "firmware", "ramdisk" and "fdt". Valid architecture names are: "alpha",      "arm", "i386", "ia64", "mips", "mips64", "ppc", "s390", "sh", "sparc", -    "sparc64", "m68k", "nios", "microblaze", "nios2", "blackfin", "avr32", -    "st200". +    "sparc64", "m68k", "microblaze", "nios2", "blackfin", "avr32", "st200".    - entry : entry point address, address size is determined by      '#address-cells' property of the root node. Mandatory for for types:      "standalone" and "kernel". |