binman: Tidy up underscores in entry documentation
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:54 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commitadc59eaff7040f46d91b019048b34448e7eff325
tree414ddc7270f217b6736acc5f201e3d9a965fdf60
parent4ce4077a41e33cc1cf0b7eb441957014cfa9a718
binman: Tidy up underscores in entry documentation

Several entries currently use an underscore in the entry-type name, but in
fact a hyphen is used. Update the docs to fix this as it might be
confusing.

Also simplify the 'filename' comment and fix the 'operation' typo.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/blob.py
tools/binman/etype/u_boot.py
tools/binman/etype/u_boot_dtb_with_ucode.py
tools/binman/etype/u_boot_nodtb.py
tools/binman/etype/u_boot_spl_nodtb.py
tools/binman/etype/u_boot_with_ucode_ptr.py