Re: [U-Boot] [PATCH 2/4] mkenvimage: Fix getopt() error handling

2011-12-20 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1323082526-2125-2-git-send-email-hkron...@frequentis.com> you wrote: > Since the original implementation indicates explicit error handling > we turn off getopt()'s internal error messaging to avoid duplicate > error messages. Additionally we add ':' (missing op

[U-Boot] [PATCH 2/4] mkenvimage: Fix getopt() error handling

2011-12-05 Thread Horst Kronstorfer
Since the original implementation indicates explicit error handling we turn off getopt()'s internal error messaging to avoid duplicate error messages. Additionally we add ':' (missing option argument) error handling. Signed-off-by: Horst Kronstorfer --- tools/mkenvimage.c | 12 ++-- 1