summaryrefslogtreecommitdiff
path: root/loader/main_efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/main_efi.c')
-rw-r--r--loader/main_efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/main_efi.c b/loader/main_efi.c
index 3b50c36..5e2a91d 100644
--- a/loader/main_efi.c
+++ b/loader/main_efi.c
@@ -178,6 +178,7 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table)
}
else
{
+ gST->ConOut->Reset(gST->ConOut, FALSE);
gBS->SetMem(linebuf, EFI_PAGE_SIZE, 0);
linebuf_ptr = linebuf;
}