]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Display a better list of available image types
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:25 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:25 +0000 (13:34 +0200)
commit1b84367db2d8551dc2db4bc003887ca87709b4b3
tree5682b5cec1ec0ff6a8308441becf597e52d667e9
parentd32c94da1d89cd66c405ff9853a3016c35cb432a
mkimage: Display a better list of available image types

Offer to display the available image types in help. Also, rather than
hacking the genimg_get_type_id() function to display a list of types,
do this in the tool. Also, sort the list.

The list of image types is quite long, and hard to discover. Print it out
when we show help information.

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