blob: 715755b875c901d3c3f15c32714c8271d67c141c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/include/image.h
+++ b/include/image.h
@@ -51,6 +51,10 @@
#endif /* USE_HOSTCC */
+#ifndef ulong
+#define ulong unsigned long
+#endif
+
#if defined(CONFIG_FIT)
#include <libfdt.h>
#include <fdt_support.h>
|