aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mxs/patches/100-gcc-5-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-mxs/patches/100-gcc-5-fix.patch')
-rw-r--r--package/boot/uboot-mxs/patches/100-gcc-5-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/boot/uboot-mxs/patches/100-gcc-5-fix.patch b/package/boot/uboot-mxs/patches/100-gcc-5-fix.patch
deleted file mode 100644
index bec6ee72a6..0000000000
--- a/package/boot/uboot-mxs/patches/100-gcc-5-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/arm/cpu/arm926ejs/mxs/mxs.c
-+++ b/arch/arm/cpu/arm926ejs/mxs/mxs.c
-@@ -24,7 +24,7 @@
- DECLARE_GLOBAL_DATA_PTR;
-
- /* Lowlevel init isn't used on i.MX28, so just have a dummy here */
--inline void lowlevel_init(void) {}
-+void lowlevel_init(void) {}
-
- void reset_cpu(ulong ignored) __attribute__((noreturn));
-