summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch')
-rw-r--r--recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch b/recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch
deleted file mode 100644
index 7f4b38c..0000000
--- a/recipes-kernel/linux/linux-3.12.70/linux-3.12-at91sam9_wdt-10second-timeout.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: linux-3.12.13/drivers/watchdog/at91sam9_wdt.c
-===================================================================
---- linux-3.12.13.orig/drivers/watchdog/at91sam9_wdt.c 2014-02-22 15:32:50.000000000 -0600
-+++ linux-3.12.13/drivers/watchdog/at91sam9_wdt.c 2014-04-10 16:50:56.032692627 -0500
-@@ -49,7 +49,8 @@
- #define ticks_to_ms(t) (((t + 1) * 1000) >> 8)
-
- /* Hardware timeout in seconds */
--#define WDT_HW_TIMEOUT 2
-+/* MTCDT: use longer timeout */
-+#define WDT_HW_TIMEOUT 10
-
- /* Timer heartbeat (500ms) */
- #define WDT_TIMEOUT (HZ/2)