]> git.ipfire.org Git - people/ms/u-boot.git/commit
mkimage: Add a quiet mode
authorSimon Glass <sjg@chromium.org>
Sun, 1 May 2016 19:55:38 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 23 May 2016 15:50:19 +0000 (11:50 -0400)
commitbd6e14209445853f9024574b756bba3184bc215c
tree5ae7e99f0388a3ff2a8b8819886540cb7dbc520b
parent8df81e17f81ba0542f6dbb7636db64fa56c12d8a
mkimage: Add a quiet mode

Some build systems want to be quiet unless there is a problem. At present
mkimage displays quite a bit of information when generating a FIT file. Add
a '-q' flag to silence this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
tools/imagetool.c
tools/imagetool.h
tools/mkimage.c