mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
watchdog: cadence: Do not stop wdt in probe
Watchdog can be started before probe and u-boot should just take control over it. That's why do not stop watchdog in probe to cover cases where watchdog can expire before probe and start. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
0358cee595
commit
0bd83060c2
1 changed files with 0 additions and 2 deletions
|
@ -224,8 +224,6 @@ static int cdns_wdt_probe(struct udevice *dev)
|
|||
{
|
||||
debug("%s: Probing wdt%u\n", __func__, dev->seq);
|
||||
|
||||
cdns_wdt_stop(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue