2011-01-03 12:30:19 +00:00
|
|
|
--- a/include/image.h
|
|
|
|
+++ b/include/image.h
|
2016-01-28 22:42:44 +00:00
|
|
|
@@ -44,6 +44,10 @@ struct lmb;
|
2011-01-03 12:30:19 +00:00
|
|
|
|
|
|
|
#endif /* USE_HOSTCC */
|
|
|
|
|
|
|
|
+#ifndef ulong
|
|
|
|
+#define ulong unsigned long
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#if defined(CONFIG_FIT)
|
2014-08-08 21:03:14 +00:00
|
|
|
#include <hash.h>
|
2011-01-03 12:30:19 +00:00
|
|
|
#include <libfdt.h>
|