2011-01-03 12:30:19 +00:00
|
|
|
--- a/include/image.h
|
|
|
|
+++ b/include/image.h
|
2013-03-08 20:16:11 +00:00
|
|
|
@@ -51,6 +51,10 @@
|
2011-01-03 12:30:19 +00:00
|
|
|
|
|
|
|
#endif /* USE_HOSTCC */
|
|
|
|
|
|
|
|
+#ifndef ulong
|
|
|
|
+#define ulong unsigned long
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#if defined(CONFIG_FIT)
|
|
|
|
#include <libfdt.h>
|
2013-05-05 20:11:04 +00:00
|
|
|
#include <fdt_support.h>
|