diff options
author | John Crispin <john@openwrt.org> | 2011-03-29 05:18:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-29 05:18:08 +0000 |
commit | 5b0f2fb9182684ad50bbc53a0c4a2bf1677f320c (patch) | |
tree | 8ac5c77ead6baeedf3d3a5c0d5b3f660229fc8e8 /target/linux/lantiq/patches/250-watchdog.patch | |
parent | db56769b0a1c5b9bcc4506850de78ceeeb7f4334 (diff) | |
download | upstream-5b0f2fb9182684ad50bbc53a0c4a2bf1677f320c.tar.gz upstream-5b0f2fb9182684ad50bbc53a0c4a2bf1677f320c.tar.bz2 upstream-5b0f2fb9182684ad50bbc53a0c4a2bf1677f320c.zip |
* shrink the memory window of the wdt
SVN-Revision: 26352
Diffstat (limited to 'target/linux/lantiq/patches/250-watchdog.patch')
-rw-r--r-- | target/linux/lantiq/patches/250-watchdog.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches/250-watchdog.patch b/target/linux/lantiq/patches/250-watchdog.patch index 510d4e1277..96875db2de 100644 --- a/target/linux/lantiq/patches/250-watchdog.patch +++ b/target/linux/lantiq/patches/250-watchdog.patch @@ -49,8 +49,8 @@ +#define LQ_WDT_PW1 0x00BE0000 +#define LQ_WDT_PW2 0x00DC0000 + -+#define LQ_BIU_WDT_CR 0x3F0 -+#define LQ_BIU_WDT_SR 0x3F8 ++#define LQ_BIU_WDT_CR 0x0 ++#define LQ_BIU_WDT_SR 0x8 + +#ifndef CONFIG_WATCHDOG_NOWAYOUT +static int wdt_ok_to_close; |