Message ID | 20200305191925.959494-2-seanga2@gmail.com |
---|---|
State | Accepted |
Commit | 55a2bec7b570fdbc32211e487f2a4d51ccd56c8c |
Headers | show |
Series | riscv: Add SPI support for Kendryte K210 | expand |
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 ?
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 --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",