On 3/5/20 8:19 PM, Sean Anderson wrote: > u_boot should be u-boot > > Signed-off-by: Sean Anderson <sean...@gmail.com> > Reviewed-by: Bin Meng <bmeng...@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 ?