]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
zlib: Add further watchdog reset calls
authorStefan Roese <sr@denx.de>
Wed, 8 Sep 2010 13:35:31 +0000 (15:35 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 19:16:01 +0000 (21:16 +0200)
commitbe4424c73d3a0994c5fabc34900fb7101f6a7823
tree556259bfd41694eaff57c27e6778e4fc9837ab68
parentf852628638654f2dfa5eee3ec6a307a17b138ba7
zlib: Add further watchdog reset calls

Patch 253cb831 [zlib: add watchdog reset call] added already a few
watchdog reset calls to the new zlib U-Boot port. But on some boards
this is not enough. Additional calls are needed on boards with
short watchdog timeouts.

This was detected and tested on the lwmon5 board with a very short
watchdog timeout. Without this patch, the board resets during Linux
kernel decompression. With it, the decompression succeeds.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>
lib/zlib.c