diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:40:38 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:40:38 +0000 |
commit | 3a82681e4fc73a385b7f41fa0587cca5942ed30d (patch) | |
tree | 45829e2feaa53c57a53db22ffda6bccdc47ca8d0 /target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch | |
parent | 2b329390408f11bf3b91e71afe4f28e704457e05 (diff) | |
download | upstream-3a82681e4fc73a385b7f41fa0587cca5942ed30d.tar.gz upstream-3a82681e4fc73a385b7f41fa0587cca5942ed30d.tar.bz2 upstream-3a82681e4fc73a385b7f41fa0587cca5942ed30d.zip |
brcm47xx: 3.10: update MIPS patches with versions sent upstream
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 41910
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch b/target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch deleted file mode 100644 index 052f4f75a5..0000000000 --- a/target/linux/brcm47xx/patches-3.10/190-make-reboot-more-reliable.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/arch/mips/bcm47xx/setup.c -+++ b/arch/mips/bcm47xx/setup.c -@@ -56,12 +56,12 @@ static void bcm47xx_machine_restart(char - switch (bcm47xx_bus_type) { - #ifdef CONFIG_BCM47XX_SSB - case BCM47XX_BUS_TYPE_SSB: -- ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); -+ ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 3); - break; - #endif - #ifdef CONFIG_BCM47XX_BCMA - case BCM47XX_BUS_TYPE_BCMA: -- bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); -+ bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 3); - break; - #endif - } |