summaryrefslogtreecommitdiffstats
path: root/lib_generic
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2008-04-25 12:10:09 +0200
committerWolfgang Denk <wd@denx.de>2008-04-25 13:10:29 +0200
commit1de6b28be5d107ae90ad7a8a43653c49966e8afe (patch)
tree75f16e41bf880b34b4b116f6afbd8921b8fc2e89 /lib_generic
parentd00ce09040d3100e2c7998ef56db62c2d20d9ee3 (diff)
downloadtalos-obmc-uboot-1de6b28be5d107ae90ad7a8a43653c49966e8afe.tar.gz
talos-obmc-uboot-1de6b28be5d107ae90ad7a8a43653c49966e8afe.zip
Use watchdog-aware functions when calculating hashes of images
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'lib_generic')
-rw-r--r--lib_generic/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_generic/crc32.c b/lib_generic/crc32.c
index 73070de400..57c6d66d39 100644
--- a/lib_generic/crc32.c
+++ b/lib_generic/crc32.c
@@ -13,8 +13,8 @@
#else
#include <stdint.h>
#endif
-#include <watchdog.h>
+#include <watchdog.h>
#include "zlib.h"
#define local static
OpenPOWER on IntegriCloud