From: Bartlomiej Sieka Date: Fri, 25 Apr 2008 10:10:09 +0000 (+0200) Subject: Use watchdog-aware functions when calculating hashes of images X-Git-Tag: v1.3.3-rc1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1de6b28be5d107ae90ad7a8a43653c49966e8afe;p=kernel%2Fu-boot.git Use watchdog-aware functions when calculating hashes of images Signed-off-by: Bartlomiej Sieka --- diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c index 73070de..57c6d66 100644 --- a/lib_generic/crc32.c +++ b/lib_generic/crc32.c @@ -13,8 +13,8 @@ #else #include #endif -#include +#include #include "zlib.h" #define local static