aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-3.6/004-watchdog_low_init.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-16 06:55:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-16 06:55:19 +0000
commit4d3ec8c151c68b6ba6ab9ba2b524377199d82cac (patch)
tree21864c7e4eaddcb179ace4647b548ae709e6de23 /target/linux/au1000/patches-3.6/004-watchdog_low_init.patch
parent8a4f6324a474f483dcf55db1ece5194ce40a61ea (diff)
downloadmaster-187ad058-4d3ec8c151c68b6ba6ab9ba2b524377199d82cac.tar.gz
master-187ad058-4d3ec8c151c68b6ba6ab9ba2b524377199d82cac.tar.bz2
master-187ad058-4d3ec8c151c68b6ba6ab9ba2b524377199d82cac.zip
au1000: remove linux 3.6 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000/patches-3.6/004-watchdog_low_init.patch')
-rw-r--r--target/linux/au1000/patches-3.6/004-watchdog_low_init.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/au1000/patches-3.6/004-watchdog_low_init.patch b/target/linux/au1000/patches-3.6/004-watchdog_low_init.patch
deleted file mode 100644
index d42470ef1d..0000000000
--- a/target/linux/au1000/patches-3.6/004-watchdog_low_init.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/alchemy/board-mtx1.c
-+++ b/arch/mips/alchemy/board-mtx1.c
-@@ -100,6 +100,9 @@ void __init board_setup(void)
- alchemy_gpio_direction_output(211, 1); /* green on */
- alchemy_gpio_direction_output(212, 0); /* red off */
-
-+ /* Set watchdog pin low */
-+ alchemy_gpio_direction_output(215, 0);
-+
- pm_power_off = mtx1_power_off;
- _machine_halt = mtx1_power_off;
- _machine_restart = mtx1_reset;