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

2011-07-17 Thread Albert ARIBAUD
Hi Jens, Le 18/07/2011 08:31, Jens Scharsig a écrit : > * Fix: if using crc32 command watchdog timed out > * change function call crc32(..) to the watchdog save variant >crc_32_wd(..) to support watchdog reset > > > Signed-off-by: Jens Scharsig > --- Sorry for nitpicking again -- can you fix

Re: [U-Boot] [PATCH V2] 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 save 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