aboutsummaryrefslogtreecommitdiffstats
path: root/main/u-boot/include-sys-types.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/u-boot/include-sys-types.patch')
-rw-r--r--main/u-boot/include-sys-types.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/main/u-boot/include-sys-types.patch b/main/u-boot/include-sys-types.patch
deleted file mode 100644
index 254befb7f5..0000000000
--- a/main/u-boot/include-sys-types.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- u-boot-2015.04-rc5.orig/include/image.h
-+++ u-boot-2015.04-rc5/include/image.h
-@@ -24,6 +24,8 @@
-
- #ifdef USE_HOSTCC
-
-+#include <sys/types.h>
-+
- /* new uImage format support enabled on host */
- #define CONFIG_FIT 1
- #define CONFIG_OF_LIBFDT 1
-Only in u-boot-2015.04-rc5: include/timestamp_autogenerated.h
---- u-boot-2015.04-rc5.orig/tools/imagetool.h
-+++ u-boot-2015.04-rc5/tools/imagetool.h
-@@ -16,6 +16,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/stat.h>
-+#include <sys/types.h>
- #include <time.h>
- #include <unistd.h>
- #include <u-boot/sha1.h>
---- u-boot-2015.04-rc5.orig/tools/mkimage.h
-+++ u-boot-2015.04-rc5/tools/mkimage.h
-@@ -16,6 +16,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/stat.h>
-+#include <sys/types.h>
- #include <time.h>
- #include <unistd.h>
- #include <u-boot/sha1.h>
---- u-boot-2015.04-rc5.orig/tools/proftool.c
-+++ u-boot-2015.04-rc5/tools/proftool.c
-@@ -16,6 +16,7 @@
- #include <string.h>
- #include <unistd.h>
- #include <sys/param.h>
-+#include <sys/types.h>
-
- #include <compiler.h>
- #include <trace.h>