[PATCH v1 1/8] doc: Fix typo in FIT documentation
Tom Rini
trini at konsulko.com
Mon Mar 23 14:58:22 CET 2020
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200323/6df09482/attachment.sig>
More information about the U-Boot
mailing list