projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e8649
)
mkimage: fix missing break for -p switch
author
Teddy Reed
<teddy.reed@gmail.com>
Tue, 12 Jul 2016 05:54:26 +0000
(22:54 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Jul 2016 22:22:44 +0000
(18:22 -0400)
Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
Reported-by: Coverity (CID: 150277)
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/mkimage.c
patch
|
blob
|
history
diff --git
a/tools/mkimage.c
b/tools/mkimage.c
index f589a418eedfacf3f1ac862cdf7f3cffe2bd6763..d9939583f5533cd044b32e98b66aa34468dd9157 100644
(file)
--- a/
tools/mkimage.c
+++ b/
tools/mkimage.c
@@
-232,6
+232,7
@@
static void process_args(int argc, char **argv)
params.cmdname, optarg);
exit(EXIT_FAILURE);
}
+ break;
case 'q':
params.quiet = 1;
break;