U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] doc: "os" is also mandatory for "ramdisk" FIT image components
@ 2015-01-15  4:37 Guilherme Maciel Ferreira
  2015-01-15  4:37 ` [U-Boot] [PATCH 2/2] doc: fix misspellings Guilherme Maciel Ferreira
  2015-02-02 18:57 ` [U-Boot] [U-Boot, 1/2] doc: "os" is also mandatory for "ramdisk" FIT image components Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Guilherme Maciel Ferreira @ 2015-01-15  4:37 UTC (permalink / raw)
  To: u-boot

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>
---
 doc/uImage.FIT/source_file_format.txt |    8 ++++----
 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 b47ce73..e62b679 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",
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-02 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15  4:37 [U-Boot] [PATCH 1/2] doc: "os" is also mandatory for "ramdisk" FIT image components Guilherme Maciel Ferreira
2015-01-15  4:37 ` [U-Boot] [PATCH 2/2] doc: fix misspellings Guilherme Maciel Ferreira
2015-02-02 18:58   ` [U-Boot] [U-Boot,2/2] " Tom Rini
2015-02-02 18:57 ` [U-Boot] [U-Boot, 1/2] doc: "os" is also mandatory for "ramdisk" FIT image components Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox