summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/console.c b/common/console.c
index 0a8fc3c679..872f7beac1 100644
--- a/common/console.c
+++ b/common/console.c
@@ -269,13 +269,11 @@ command_has_error:
static void console_init(void)
{
*input_buf = '\0';
- cflush();
#ifdef CONFIG_EXPERIMENTAL_CONSOLE
ccprintf("Enhanced Console is enabled (v1.0.0); type HELP for help.\n");
#else
ccprintf("Console is enabled; type HELP for help.\n");
#endif /* defined(CONFIG_EXPERIMENTAL_CONSOLE) */
- cflush();
ccputs(PROMPT);
}