summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/DxeInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/DxeIpl/DxeInit.c')
-rw-r--r--DuetPkg/DxeIpl/DxeInit.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/DuetPkg/DxeIpl/DxeInit.c b/DuetPkg/DxeIpl/DxeInit.c
index 2f4e5b9f82..078ba1a1e0 100644
--- a/DuetPkg/DxeIpl/DxeInit.c
+++ b/DuetPkg/DxeIpl/DxeInit.c
@@ -111,19 +111,6 @@ EnterDxeMain (
);
VOID
-WaitForKey ()
-{
- PrintString("Press Enter to continue ...\n");
- _asm {
- mov al, 20h
- out 64h, al
- AGAIN: in al, 60h
- cmp al, 1ch
- jnz AGAIN
- }
-}
-
-VOID
DxeInit (
IN EFILDRHANDOFF *Handoff
)
@@ -312,7 +299,7 @@ Returns:
PrintString("\n");
EFI_DEADLOOP();
*/
- WaitForKey ();
+
ClearScreen();
PrintString("\n\n\n\n\n\n\n\n\n\n");
PrintString(" WELCOME TO EFI WORLD!\n");