summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
committerJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
commit3dac521a49dc1fba0484968ce0c0cb6bc406ab34 (patch)
tree1d684dbac81bc7d044a6ed52cbf3381c2f1a8a9d /target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch
parent1dece11487e937deb4691f73545c1403d018421d (diff)
downloadmtk-20170518-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.zip
mtk-20170518-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.gz
mtk-20170518-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.bz2
remove 3.3 and 3.6
SVN-Revision: 34699
Diffstat (limited to 'target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch')
-rw-r--r--target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch b/target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch
deleted file mode 100644
index e8a2405..0000000
--- a/target/linux/lantiq/patches-3.6/0101-MIPS-lantiq-bootsel-bits-are-wrong.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 50b5073dd266721a690323519fb906a56daa09d7 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Thu, 1 Nov 2012 20:39:43 +0100
-Subject: [PATCH 101/113] MIPS: lantiq: bootsel bits are wrong
-
----
- arch/mips/lantiq/xway/reset.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/arch/mips/lantiq/xway/reset.c b/arch/mips/lantiq/xway/reset.c
-index 22c55f7..a89d1a3 100644
---- a/arch/mips/lantiq/xway/reset.c
-+++ b/arch/mips/lantiq/xway/reset.c
-@@ -34,8 +34,8 @@
- /* reset cause */
- #define RCU_STAT_SHIFT 26
- /* boot selection */
--#define RCU_BOOT_SEL_SHIFT 26
--#define RCU_BOOT_SEL_MASK 0x7
-+#define RCU_BOOT_SEL_SHIFT 17
-+#define RCU_BOOT_SEL_MASK 0xf
-
- /* remapped base addr of the reset control unit */
- static void __iomem *ltq_rcu_membase;
---
-1.7.10.4
-