]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix: if using crc32 command watchdog timed out
authorJens Scharsig <esw@bus-elektronik.de>
Mon, 18 Jul 2011 06:46:26 +0000 (08:46 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Jul 2011 22:40:50 +0000 (00:40 +0200)
commit39c6e039a042063125a175132321e33b52b3d8f9
treecddf94ae86c92c121263bc0dbb4450b89d74bc02
parentb038db852b5b7120f1ff825d8e2a5c2cd14c2f0f
Fix: if using crc32 command watchdog timed out

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

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