From bd6e14209445853f9024574b756bba3184bc215c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 May 2016 13:55:38 -0600 Subject: 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 Acked-by: Joe Hershberger --- tools/imagetool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/imagetool.h') 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 */ }; /* -- cgit v1.2.1