]> git.dujemihanovic.xyz Git - u-boot.git/commit
mkimage: Add long options
authorSean Anderson <seanga2@gmail.com>
Sat, 25 Jun 2022 17:12:19 +0000 (13:12 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 13 Jul 2022 18:05:49 +0000 (20:05 +0200)
commitdc3a923ed66e136bb3641940732b2f8c52a6f02a
tree6474ddb8ceb096f81b7db5145e9aed516f5a9e62
parent785a051ee5cc7de94dd7c6e98ee917c30fa5189a
mkimage: Add long options

The mkimage command has had many options added over the years.
Unfortunately, we are starting to run out of short options. Recent options
don't have any obvious relation to their meaning (e.g. -o/-g). Fortunately,
long options exist. Add long options for each current short option.

For the curious, the remaining short options are HIkLmMPQSuUwWXyYzZ.

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