Re: [U-Boot] [PATCH 01/20] Tidy up error checking and fix bug in hash command

2013-02-15 Thread Simon Glass
On Wed, Dec 26, 2012 at 10:56 AM, Simon Glass wrote: > There are two problems: > > 1. The argument count needs to be checked before argv is used > 2. When verify is not enabled, we need to define a constant zero value > > Signed-off-by: Simon Glass Applied to x86/master.

[U-Boot] [PATCH 01/20] Tidy up error checking and fix bug in hash command

2012-12-26 Thread Simon Glass
There are two problems: 1. The argument count needs to be checked before argv is used 2. When verify is not enabled, we need to define a constant zero value Signed-off-by: Simon Glass --- common/cmd_hash.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/cmd_ha