1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Written by Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
11 #include "os_support.h"
20 #include <u-boot/sha1.h>
22 #include "imagetool.h"
24 #undef DUMPIMAGE_DEBUG
26 #ifdef DUMPIMAGE_DEBUG
27 #define debug(fmt, args...) printf(fmt, ##args)
29 #define debug(fmt, args...)
30 #endif /* DUMPIMAGE_DEBUG */
32 #endif /* _DUMPIMAGE_H_ */