summaryrefslogtreecommitdiffstats
path: root/tools/imagetool.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-01 13:55:38 -0600
committerTom Rini <trini@konsulko.com>2016-05-23 11:50:19 -0400
commitbd6e14209445853f9024574b756bba3184bc215c (patch)
tree5ae7e99f0388a3ff2a8b8819886540cb7dbc520b /tools/imagetool.h
parent8df81e17f81ba0542f6dbb7636db64fa56c12d8a (diff)
downloadtalos-obmc-uboot-bd6e14209445853f9024574b756bba3184bc215c.tar.gz
talos-obmc-uboot-bd6e14209445853f9024574b756bba3184bc215c.zip
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>
Diffstat (limited to 'tools/imagetool.h')
-rw-r--r--tools/imagetool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/imagetool.h b/tools/imagetool.h
index 24f8f4b2f6..a3ed0f43d6 100644
--- a/tools/imagetool.h
+++ b/tools/imagetool.h
@@ -73,6 +73,7 @@ struct image_tool_params {
struct content_info *content_head; /* List of files to include */
struct content_info *content_tail;
bool external_data; /* Store data outside the FIT */
+ bool quiet; /* Don't output text in normal operation */
};
/*
OpenPOWER on IntegriCloud