aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-console.c
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2017-10-27 16:25:12 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-30 03:06:48 -0500
commit1db5f66b2afdb92bbdac56f128ed4959e25bb8c2 (patch)
treef4676f9a5c68858a6eb32bd42c238181cad8b8fb /hw/fsp/fsp-console.c
parentc9cc5ef5772ebfbfff978f1c25763d733e45752c (diff)
downloadskiboot-1db5f66b2afdb92bbdac56f128ed4959e25bb8c2.zip
skiboot-1db5f66b2afdb92bbdac56f128ed4959e25bb8c2.tar.gz
skiboot-1db5f66b2afdb92bbdac56f128ed4959e25bb8c2.tar.bz2
FSP/CONSOLE: remove redundant flush_all_input() call in fsp_console_reset()
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp/fsp-console.c')
-rw-r--r--hw/fsp/fsp-console.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/fsp/fsp-console.c b/hw/fsp/fsp-console.c
index 5e23541..8d845d8 100644
--- a/hw/fsp/fsp-console.c
+++ b/hw/fsp/fsp-console.c
@@ -986,8 +986,6 @@ void fsp_console_reset(void)
return;
time_wait_ms(500);
-
- flush_all_input();
reopen_all_hvsi();