From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 26 Mar 2012 13:24:45 +0200 Subject: [U-Boot] [PATCH] mkenvimage: fix usage message In-Reply-To: <1330672780-21028-1-git-send-email-wd@denx.de> References: <1330672780-21028-1-git-send-email-wd@denx.de> Message-ID: <20120326132445.6c8b4846@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang, On Fri, 2 Mar 2012 08:19:40 +0100 Wolfgang Denk wrote: > Don;t use argv[0] for usage() because it may or may not be clobbered > by the previous call to basename(). Use "prg" instead as it is done > in the rest of the code. > > Signed-off-by: Wolfgang Denk > --- > tools/mkenvimage.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-staging. Thanks, Anatolij