mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, thanks AndyI
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -32,7 +32,5 @@ int __init bcm63xx_wdt_register(void)
|
||||
wdt_resources[0].end = wdt_resources[0].start;
|
||||
wdt_resources[0].end += RSET_WDT_SIZE - 1;
|
||||
|
||||
/* Disable watchdog for 6345 until we fix it */
|
||||
if (!BCMCPU_IS_6345())
|
||||
return platform_device_register(&bcm63xx_wdt_device);
|
||||
return platform_device_register(&bcm63xx_wdt_device);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user