U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mkimage: fix missing break for -p switch
@ 2016-07-12  5:54 Teddy Reed
  2016-07-12 12:17 ` Tom Rini
  2016-07-16 13:51 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Teddy Reed @ 2016-07-12  5:54 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-16 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12  5:54 [U-Boot] [PATCH] mkimage: fix missing break for -p switch Teddy Reed
2016-07-12 12:17 ` Tom Rini
2016-07-16 13:51 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox