summaryrefslogtreecommitdiffstats
path: root/lib/readline_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readline_simple.c')
-rw-r--r--lib/readline_simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/readline_simple.c b/lib/readline_simple.c
index 9dd21545e2..1a40d113e3 100644
--- a/lib/readline_simple.c
+++ b/lib/readline_simple.c
@@ -1,5 +1,4 @@
#include <common.h>
-#include <watchdog.h>
static char erase_seq[] = "\b \b"; /* erase sequence */
static char tab_seq[] = " "; /* used to expand TABs */
@@ -64,7 +63,6 @@ int readline (const char *prompt, char *line, int len)
return (-2); /* timed out */
}
#endif
- WATCHDOG_RESET(); /* Trigger watchdog, if needed */
#ifdef CONFIG_SHOW_ACTIVITY
while (!tstc()) {