]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix: watchdog timed out, if using sha1 command
authorJens Scharsig <esw@bus-elektronik.de>
Mon, 18 Jul 2011 12:39:07 +0000 (14:39 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 12:33:10 +0000 (14:33 +0200)
commit3e499b6ab02663e996e4b08456f8733f4234fdab
treea8d1065768df8781d4762a90641fd5a723b1859a
parentd0c4c33850793be7e211d1cb20c9e0ce67c26c3b
Fix: watchdog timed out, if using sha1 command

* 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@bus-elektronik.de>
common/cmd_sha1sum.c