We should not call API functions when barebox is shut down. This may
be the case in the restart handler. Simply drop the mdelay.

Signed-off-by: Sascha Hauer <[email protected]>
---
 drivers/watchdog/imxwd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/watchdog/imxwd.c b/drivers/watchdog/imxwd.c
index 5ffbac7..ef64e4e 100644
--- a/drivers/watchdog/imxwd.c
+++ b/drivers/watchdog/imxwd.c
@@ -128,8 +128,6 @@ void __noreturn reset_cpu(unsigned long addr)
        if (reset_wd)
                reset_wd->ops->set_timeout(reset_wd, -1);
 
-       mdelay(1000);
-
        hang();
 }
 
-- 
2.4.6


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to