2011-01-03 12:30:19 +00:00
|
|
|
--- a/include/image.h
|
|
|
|
+++ b/include/image.h
|
2018-04-14 21:00:12 +00:00
|
|
|
@@ -51,6 +51,10 @@ struct lmb;
|
2011-01-03 12:30:19 +00:00
|
|
|
|
|
|
|
#endif /* USE_HOSTCC */
|
|
|
|
|
|
|
|
+#ifndef ulong
|
|
|
|
+#define ulong unsigned long
|
|
|
|
+#endif
|
|
|
|
+
|
2018-04-14 21:00:12 +00:00
|
|
|
#if IMAGE_ENABLE_FIT
|
2014-08-08 21:03:14 +00:00
|
|
|
#include <hash.h>
|
2018-04-14 21:00:12 +00:00
|
|
|
#include <linux/libfdt.h>
|