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

* Fix: if using md5 command watchdog timed out
* change function call md5(..) to the watchdog-safe variant
  md5_wd(..) to support watchdog reset

Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
common/cmd_md5sum.c