diff options
Diffstat (limited to 'main/u-boot/include-sys-types.patch')
| -rw-r--r-- | main/u-boot/include-sys-types.patch | 25 |
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> |
