aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mxs/patches
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2016-01-19 21:50:11 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2016-01-19 21:50:11 +0000
commit64c302413c27e0d3aba655205b4245b01ddcda80 (patch)
tree90229209b80c0a72e2b965bfbe2c0308baa04edb /package/boot/uboot-mxs/patches
parentc5c09d64a0ca6f1bfbcc6ad9e06a676eb665e524 (diff)
downloadmaster-187ad058-64c302413c27e0d3aba655205b4245b01ddcda80.tar.gz
master-187ad058-64c302413c27e0d3aba655205b4245b01ddcda80.tar.bz2
master-187ad058-64c302413c27e0d3aba655205b4245b01ddcda80.zip
packages: bump uboot-mxs to 2016.01, refresh patches
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48374 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-mxs/patches')
-rw-r--r--package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch4
-rw-r--r--package/boot/uboot-mxs/patches/100-gcc-5-fix.patch11
2 files changed, 2 insertions, 13 deletions
diff --git a/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch b/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch
index 79138d227f..91f583f36e 100644
--- a/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch
+++ b/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch
@@ -40,11 +40,11 @@ Signed-off-by: Michael Heimpold <mhei@heimpold.de>
@@ -926,6 +931,7 @@ source "board/genesi/mx51_efikamx/Kconfi
source "board/gumstix/pepper/Kconfig"
source "board/h2200/Kconfig"
- source "board/hale/tt01/Kconfig"
+ source "board/hisilicon/hikey/Kconfig"
+source "board/i2se/duckbill/Kconfig"
- source "board/icpdas/lp8x4x/Kconfig"
source "board/imx31_phycore/Kconfig"
source "board/isee/igep0033/Kconfig"
+ source "board/maxbcm/Kconfig"
--- a/arch/arm/include/asm/mach-types.h
+++ b/arch/arm/include/asm/mach-types.h
@@ -1109,6 +1109,7 @@ extern unsigned int __machine_arch_type;
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));
-