From: Teddy Reed <teddy.reed@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mkimage: fix missing break for -p switch
Date: Mon, 11 Jul 2016 22:54:26 -0700 [thread overview]
Message-ID: <20160711225426.c7417439ed52bbd4b3bf37c1@gmail.com> (raw)
Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
---
tools/mkimage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/mkimage.c b/tools/mkimage.c
index ff3024a..0e501f8 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -225,6 +225,7 @@ static void process_args(int argc, char **argv)
params.cmdname, optarg);
exit(EXIT_FAILURE);
}
+ break;
case 'q':
params.quiet = 1;
break;
--
2.7.4
next reply other threads:[~2016-07-12 5:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 5:54 Teddy Reed [this message]
2016-07-12 12:17 ` [U-Boot] [PATCH] mkimage: fix missing break for -p switch Tom Rini
2016-07-16 13:51 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160711225426.c7417439ed52bbd4b3bf37c1@gmail.com \
--to=teddy.reed@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox