commit | 46ddf2c1fdecb9feeba86d873c5c37e759b7baf2 | [log] [tgz] |
---|---|---|
author | Andrey Skvortsov <andrej.skvortzov@gmail.com> | Sun Dec 20 21:09:58 2015 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jan 07 17:54:53 2016 +0100 |
tree | 6194dc359a4751eceeb4eae8df9d73c9ce9cab83 | |
parent | a7ec686c59a75a52d63d8dfd041f44a86c7a9d37 [diff] |
imx_watchdog: always set minimal timeout in reset_cpu The problem is that timeout bits in WCR register were leaved unchanged. So previously set timeout value was applied and therefore 'reset' command takes any value up to two minutes, depending on previous watchdog settings, instead of minimal 0.5 seconds. Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>