]> git.sur5r.net Git - u-boot/commit
mkimage: Show an error message when usage() is called
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:37 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 18:19:11 +0000 (14:19 -0400)
commit1531034831b3098634b524b7e244f577fae21312
tree9633d88ca281c99ac465732610fdc5f439e62eb0
parentb0a487a4eb6c1e2214022f927cb3229f2323db44
mkimage: Show an error message when usage() is called

Sometimes incorrect arguments are supplied but the reason is not obvious to
the user. Add some helpful messages.

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