[PATCH v3 12/14] mkimage: Add long options
Simon Glass
sjg at chromium.org
Thu Jun 30 12:06:19 CEST 2022
On Sat, 25 Jun 2022 at 11:12, Sean Anderson <seanga2 at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - New
>
> doc/mkimage.1 | 66 +++++++++++++++++++++++++++++++++++++++++++++++++
> tools/mkimage.c | 45 +++++++++++++++++++++++++++++++--
> 2 files changed, 109 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list