mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Use watchdog-aware functions when calculating hashes of images
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
This commit is contained in:
parent
d00ce09040
commit
1de6b28be5
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@
|
|||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <watchdog.h>
|
||||
|
||||
#include <watchdog.h>
|
||||
#include "zlib.h"
|
||||
|
||||
#define local static
|
||||
|
|
Loading…
Reference in a new issue