Re: [PATCH v3 12/14] mkimage: Add long options

2022-06-30 Thread Simon Glass
On Sat, 25 Jun 2022 at 11:12, Sean Anderson 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

[PATCH v3 12/14] mkimage: Add long options

2022-06-25 Thread Sean Anderson
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,