]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: mkimage: Rearrange/remove some options
authorSean Anderson <seanga2@gmail.com>
Sat, 25 Jun 2022 17:12:13 +0000 (13:12 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 13 Jul 2022 18:05:49 +0000 (20:05 +0200)
commita5e2b6754469ad24da61d5efd862f96c4134dbf0
tree510d9bcdb3e9b724a0a1dd60e5f03ba8a4e6a54b
parenta4d0c74eed58a1bdfbaa5c131f803e741361b859
doc: mkimage: Rearrange/remove some options

This moves some options which work in any mode to the general options
section. -p is moved to after -E/-B since those options are related. This
also adds documentation for -h and -V.

The -F, -l, and -G options are documented twice. Remove the second
documentation in each case. The synopsis for -l also suggests an implied
second uimage-file-name parameter. E.g.

mkimage [-l uimage-file-name] uimage-file-name

This is misleading, so remove it. Wrap a few lines to 80 characters as
well.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1