diff mbox series

[v1,1/8] doc: Fix typo in FIT documentation

Message ID 20200305191925.959494-2-seanga2@gmail.com
State Accepted
Commit 55a2bec7b570fdbc32211e487f2a4d51ccd56c8c
Headers show
Series riscv: Add SPI support for Kendryte K210 | expand

Commit Message

Sean Anderson March 5, 2020, 7:19 p.m. UTC
u_boot should be u-boot

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

 doc/uImage.FIT/source_file_format.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut March 22, 2020, 1:52 a.m. UTC | #1
On 3/5/20 8:19 PM, Sean Anderson wrote:
> u_boot should be u-boot
> 
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> 
>  doc/uImage.FIT/source_file_format.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
> index 18d2aedcb7..00c4dc337c 100644
> --- a/doc/uImage.FIT/source_file_format.txt
> +++ b/doc/uImage.FIT/source_file_format.txt
> @@ -172,7 +172,7 @@ the '/images' node should have the following layout:
>    - 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".
> +    "u-boot", "rtems", "unity", "integrity".

I wonder why 4_4bsd in that list is also spelled with an underscore ?
Tom Rini March 23, 2020, 1:58 p.m. UTC | #2
On Sun, Mar 22, 2020 at 02:52:59AM +0100, Marek Vasut wrote:
> On 3/5/20 8:19 PM, Sean Anderson wrote:
> > u_boot should be u-boot
> > 
> > Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> > ---
> > 
> >  doc/uImage.FIT/source_file_format.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
> > index 18d2aedcb7..00c4dc337c 100644
> > --- a/doc/uImage.FIT/source_file_format.txt
> > +++ b/doc/uImage.FIT/source_file_format.txt
> > @@ -172,7 +172,7 @@ the '/images' node should have the following layout:
> >    - 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".
> > +    "u-boot", "rtems", "unity", "integrity".
> 
> I wonder why 4_4bsd in that list is also spelled with an underscore ?

Matches the code:
common/image.c:	{	IH_OS_4_4BSD,	"4_4bsd",	"4_4BSD",		},
Thanks!
diff mbox series

Patch

diff --git a/doc/uImage.FIT/source_file_format.txt b/doc/uImage.FIT/source_file_format.txt
index 18d2aedcb7..00c4dc337c 100644
--- a/doc/uImage.FIT/source_file_format.txt
+++ b/doc/uImage.FIT/source_file_format.txt
@@ -172,7 +172,7 @@  the '/images' node should have the following layout:
   - 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".
+    "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",