omap24xx: Set hardware watchdog timeout to max
authorMichael Büsch <mb@bu3sch.de>
Sun, 6 Mar 2011 10:45:24 +0000 (10:45 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sun, 6 Mar 2011 10:45:24 +0000 (10:45 +0000)
SVN-Revision: 25883

target/linux/omap24xx/base-files/etc/init.d/watchdog

index d1ad1a175292bda8d9e7b351eda5169965bdea7d..0d042c64ea45fa81ccdfa4a47aef6c2a3088d43c 100755 (executable)
@@ -8,7 +8,7 @@ start() {
                echo "WARNING: Watchdog not available. System will reboot soon!"
                return 1
        }
                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)
 }
 
        [ -x /usr/bin/schedtool ] && /usr/bin/schedtool -R -p 60 -n -20 $(pidof watchdog)
 }