summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.14/190-make-reboot-more-reliable.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: make reboot a more reliableHauke Mehrtens2014-07-071-0/+17
A reboot is issued by setting the watchdog timer to a low value, when the value is decreased from 1 to 0 by the hardware the system will reboot. Setting this value to 1 does not work every time, it is a little bit more reliable when setting it to 3. This timer runs with some MHz or KHz so nobody will notice the increased waiting. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41548