summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>2015-01-15 02:37:33 -0200
committerTom Rini <trini@ti.com>2015-01-29 13:38:40 -0500
commit5cde9d8e94de759cacf99b08dd373cb18768feba (patch)
tree56faa7fdc6ad4d412bd8bfa72ff9b67aa546633b
parentc72b65ccdf6784ff85c187198e70a7da3b4b9cf4 (diff)
downloadblackbird-obmc-uboot-5cde9d8e94de759cacf99b08dd373cb18768feba.tar.gz
blackbird-obmc-uboot-5cde9d8e94de759cacf99b08dd373cb18768feba.zip
doc: "os" is also mandatory for "ramdisk" FIT image components
According to fit_image_print(), the "os" property from "image" node is required also when "type=ramdisk". Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-rw-r--r--doc/uImage.FIT/source_file_format.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
index b47ce73b83..e62b679ebc 100644
--- a/doc/uImage.FIT/source_file_format.txt
+++ b/doc/uImage.FIT/source_file_format.txt
@@ -166,10 +166,10 @@ the '/images' node should have the following layout:
should be set to "none".
Conditionally mandatory property:
- - os : OS name, mandatory for type="kernel", valid OS names are: "openbsd",
- "netbsd", "freebsd", "4_4bsd", "linux", "svr4", "esix", "solaris", "irix",
- "sco", "dell", "ncr", "lynxos", "vxworks", "psos", "qnx", "u_boot",
- "rtems", "unity", "integrity".
+ - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names
+ are: "openbsd", "netbsd", "freebsd", "4_4bsd", "linux", "svr4", "esix",
+ "solaris", "irix", "sco", "dell", "ncr", "lynxos", "vxworks", "psos", "qnx",
+ "u_boot", "rtems", "unity", "integrity".
- 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",
OpenPOWER on IntegriCloud