aboutsummaryrefslogtreecommitdiffstats
path: root/main/u-boot/include-sys-types.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-18 10:08:31 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-07-18 10:09:44 +0000
commitd59509f9f2b8f6e93390ccc60e1061b6b4730b66 (patch)
treea008ba92a27d00bc8e8f319680c145600efcaba1 /main/u-boot/include-sys-types.patch
parenta7a2bdb393c4166c902a00d6ccc9ee626e3b8b05 (diff)
downloadaports-d59509f9f2b8f6e93390ccc60e1061b6b4730b66.tar.bz2
aports-d59509f9f2b8f6e93390ccc60e1061b6b4730b66.tar.xz
main/u-boot: upgrade to 2016.07
- use builddir and default prepare - remove upstreamed patches - update wandboard instructions for the SPL image flashing - add rpi3 32-bit image to build
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>