From dd54ed7bcaa63e66174b41163bfcbea765c2846c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCsch?= <mb@bu3sch.de>
Date: Sun, 6 Mar 2011 10:45:24 +0000
Subject: [PATCH] omap24xx: Set hardware watchdog timeout to max

SVN-Revision: 25883
---
 target/linux/omap24xx/base-files/etc/init.d/watchdog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/omap24xx/base-files/etc/init.d/watchdog b/target/linux/omap24xx/base-files/etc/init.d/watchdog
index d1ad1a1752..0d042c64ea 100755
--- a/target/linux/omap24xx/base-files/etc/init.d/watchdog
+++ b/target/linux/omap24xx/base-files/etc/init.d/watchdog
@@ -8,7 +8,7 @@ start() {
 		echo "WARNING: Watchdog not available. System will reboot soon!"
 		return 1
 	}
-	/sbin/watchdog -T 60 -t 50 /dev/watchdog
+	/sbin/watchdog -T 63 -t 50 /dev/watchdog
 	[ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
 }
 
-- 
GitLab