4 * Written by Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
6 * SPDX-License-Identifier: GPL-2.0+
12 #include "os_support.h"
21 #include <u-boot/sha1.h>
23 #include "imagetool.h"
25 #undef DUMPIMAGE_DEBUG
27 #ifdef DUMPIMAGE_DEBUG
28 #define debug(fmt, args...) printf(fmt, ##args)
30 #define debug(fmt, args...)
31 #endif /* DUMPIMAGE_DEBUG */
33 #endif /* _DUMPIMAGE_H_ */