diff options
-rw-r--r-- | common/cmd_ide.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 8ace970..f9cd422 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -1529,6 +1529,9 @@ static void ide_reset (void) ide_set_reset (1); /* assert reset */ + /* the reset signal shall be asserted for et least 25 us */ + udelay(25); + WATCHDOG_RESET(); #ifdef CFG_PB_12V_ENABLE |