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