summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/100-portability.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage/patches/100-portability.patch')
-rw-r--r--tools/mkimage/patches/100-portability.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mkimage/patches/100-portability.patch b/tools/mkimage/patches/100-portability.patch
index 1b65e20084..052a584cbb 100644
--- a/tools/mkimage/patches/100-portability.patch
+++ b/tools/mkimage/patches/100-portability.patch
@@ -33,7 +33,7 @@
* 1. Abstracting input command line arguments data
--- a/include/image.h
+++ b/include/image.h
-@@ -49,6 +49,10 @@
+@@ -50,6 +50,10 @@
#endif /* USE_HOSTCC */
@@ -41,6 +41,6 @@
+#define ulong unsigned long
+#endif
+
- #include <command.h>
-
#if defined(CONFIG_FIT)
+ #include <fdt.h>
+ #include <libfdt.h>