[U-Boot] [PATCH] mkimage: Fix argument parsing with signature comment
Tom Rini
trini at konsulko.com
Tue Aug 2 19:45:11 CEST 2016
On Tue, Aug 02, 2016 at 08:49:55AM +0000, Karl Beldan wrote:
> From: Karl Beldan <karl.beldan at baylibre.com>
>
> Signed-off-by: Karl Beldan <karl.beldan at baylibre.com>
> ---
> 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/mkimage.c
> +++ b/tools/mkimage.c
> @@ -140,7 +140,7 @@ static void process_args(int argc, char **argv)
> int opt;
>
> while ((opt = getopt(argc, argv,
> - "a:A:b:cC:d:D:e:Ef:Fk:K:ln:p:O:rR:qsT:vVx")) != -1) {
> + "a:A:b:c:C:d:D:e:Ef:Fk:K:ln:p:O:rR:qsT:vVx")) != -1) {
Can you please add in a message and perhaps a Fixes: ... ? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160802/3cf73845/attachment.sig>
More information about the U-Boot
mailing list