tools/mkimage: Update U-Boot to version 2019.07
[openwrt/staging/chunkeey.git] / tools / mkimage / patches / 010-freebsd-ulong-fix.patch
diff --git a/tools/mkimage/patches/010-freebsd-ulong-fix.patch b/tools/mkimage/patches/010-freebsd-ulong-fix.patch
deleted file mode 100644 (file)
index 7d89165..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/include/image.h
-+++ b/include/image.h
-@@ -51,6 +51,10 @@ struct lmb;
- #endif /* USE_HOSTCC */
-+#ifndef ulong
-+#define ulong unsigned long
-+#endif
-+
- #if IMAGE_ENABLE_FIT
- #include <hash.h>
- #include <linux/libfdt.h>