Re: [U-Boot] [PATCH V3] Fix: if using crc32 command watchdog timed out

2011-07-25 Thread Wolfgang Denk
Dear Jens Scharsig, In message <4e23d6c2.7070...@bus-elektronik.de> you wrote: > * 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 > --- > common/cmd_me

Re: [U-Boot] [PATCH V3] Fix: if using crc32 command watchdog timed out

2011-07-17 Thread Jens Scharsig
* 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 --- common/cmd_mem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_mem.c