[U-Boot] [PATCH] Fix: watchdog timed out, if using sha1 command

Wolfgang Denk wd at denx.de
Tue Jul 26 14:33:58 CEST 2011


Dear Jens Scharsig,

In message <4E24296B.9000401 at bus-elektronik.de> you wrote:
> * Fix: if using sha1 command watchdog timed out
> * change function call sha1_csum(..) to the watchdog-safe variant
>   sha1_csum_wd(..) to support watchdog reset
> 
> 
> Signed-off-by: Jens Scharsig <esw at bus-elektronik.de>
> ---
>  common/cmd_sha1sum.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/common/cmd_sha1sum.c b/common/cmd_sha1sum.c
> index bb3cff0..2b2dd8b 100644
> --- a/common/cmd_sha1sum.c
> +++ b/common/cmd_sha1sum.c
> @@ -37,7 +37,7 @@ static int do_sha1sum(cmd_tbl_t *cmdtp, int flag, int
> argc, char * const argv[])

Please fix your mailer (or rather use "git send-email to submit
patches).  This patch is line-wrapped, I had to fix it manually.

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If the car industry behaved like the computer industry over the  last
30  years, a Rolls-Royce would cost $5, get 300 miles per gallon, and
blow up once a year killing all passengers inside.


More information about the U-Boot mailing list