Re: [U-Boot] [PATCH v2] mkimage: Fix argument parsing with signature comment

2016-08-02 Thread Tom Rini
On Tue, Aug 02, 2016 at 06:57:14PM +, Karl Beldan wrote: > Inform getopt that '-c' requires a parameter. > > Fixes: a02221f29deb ("mkimage: Convert to use getopt()") > Signed-off-by: Karl Beldan Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

[U-Boot] [PATCH v2] mkimage: Fix argument parsing with signature comment

2016-08-02 Thread Karl Beldan
Inform getopt that '-c' requires a parameter. Fixes: a02221f29deb ("mkimage: Convert to use getopt()") Signed-off-by: Karl Beldan --- tools/mkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage.c b/tools/mkimage.c index d993958..3c594a0 100644 --- a/tools/mk