]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/mkimage.c
mkimage: Sort the option processing code by option
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:35 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 18:19:10 +0000 (14:19 -0400)
commit0745008145e0a30db06b21533512893ba0f706a2
treef9a40f20dbf82858144e94c5a24772727340ab8d
parenta02221f29deb88145f6a1494450a8b9d20c9d596
mkimage: Sort the option processing code by option

Adjust the code so that option alphabetical order matches the order in the
switch() statement. This makes it easier to find options.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/mkimage.c