aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage/patches/080-remove_compiler_check.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-11 16:57:15 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-09-04 22:35:22 +0200
commit169152c8d118408ba62788a1e6b9eae368dc8b79 (patch)
tree9e4187f7891564f63be7dcbccf0b47ddf6fc63ed /tools/mkimage/patches/080-remove_compiler_check.patch
parent662394fb30fdbcc89ec387918714aebee6868a9f (diff)
downloadupstream-169152c8d118408ba62788a1e6b9eae368dc8b79.tar.gz
upstream-169152c8d118408ba62788a1e6b9eae368dc8b79.tar.bz2
upstream-169152c8d118408ba62788a1e6b9eae368dc8b79.zip
tools/mkimage: Update U-Boot to version 2019.07
This updates the U-Boot which provides the host tools like mkimage to version 2019.07. The patches were cleaned up and it was checked if this still compiles on Linux and FreeBSD. CONFIG_FIT_SIGNATURE_MAX_SIZE is set to the default value. The patch for libressl was merged upstream. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/mkimage/patches/080-remove_compiler_check.patch')
-rw-r--r--tools/mkimage/patches/080-remove_compiler_check.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/mkimage/patches/080-remove_compiler_check.patch b/tools/mkimage/patches/080-remove_compiler_check.patch
deleted file mode 100644
index 5e0792f25f..0000000000
--- a/tools/mkimage/patches/080-remove_compiler_check.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/include/linux/compiler-gcc.h
-+++ b/include/linux/compiler-gcc.h
-@@ -146,13 +146,6 @@
-
- #if GCC_VERSION >= 40000
-
--/* GCC 4.1.[01] miscompiles __weak */
--#ifdef __KERNEL__
--# if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
--# error Your version of gcc miscompiles the __weak directive
--# endif
--#endif
--
- #define __used __attribute__((__used__))
- #define __compiler_offsetof(a, b) \
- __builtin_offsetof(a, b)