aboutsummaryrefslogtreecommitdiffstats
path: root/main/u-boot/include-sys-types.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-20 10:10:48 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-20 10:11:40 +0000
commit4a57461cac5e4a17a4bd1f09ae30cbae2ab0fd18 (patch)
tree804dfd40a1ad1f56cc8f2108433f799cc9b5e186 /main/u-boot/include-sys-types.patch
parentd92a928bb3afefe21d4cd8609383bc38a9decaf5 (diff)
downloadaports-4a57461cac5e4a17a4bd1f09ae30cbae2ab0fd18.tar.bz2
aports-4a57461cac5e4a17a4bd1f09ae30cbae2ab0fd18.tar.xz
main/u-boot: upgrade to 2015.04 and use distroconfig
Diffstat (limited to 'main/u-boot/include-sys-types.patch')
-rw-r--r--main/u-boot/include-sys-types.patch25
1 files changed, 18 insertions, 7 deletions
diff --git a/main/u-boot/include-sys-types.patch b/main/u-boot/include-sys-types.patch
index 3869e9f081..254befb7f5 100644
--- a/main/u-boot/include-sys-types.patch
+++ b/main/u-boot/include-sys-types.patch
@@ -1,5 +1,5 @@
---- u-boot-2014.04.orig/include/image.h
-+++ u-boot-2014.04/include/image.h
+--- u-boot-2015.04-rc5.orig/include/image.h
++++ u-boot-2015.04-rc5/include/image.h
@@ -24,6 +24,8 @@
#ifdef USE_HOSTCC
@@ -9,8 +9,9 @@
/* new uImage format support enabled on host */
#define CONFIG_FIT 1
#define CONFIG_OF_LIBFDT 1
---- u-boot-2014.04.orig/tools/mkimage.h
-+++ u-boot-2014.04/tools/mkimage.h
+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>
@@ -18,9 +19,19 @@
+#include <sys/types.h>
#include <time.h>
#include <unistd.h>
- #include <sha1.h>
---- u-boot-2014.04.orig/tools/proftool.c
-+++ u-boot-2014.04/tools/proftool.c
+ #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>