summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--efi/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/efi/main.c b/efi/main.c
index 6c45596c..7424c495 100644
--- a/efi/main.c
+++ b/efi/main.c
@@ -787,6 +787,7 @@ static void handover_boot(struct linux_header *hdr, struct boot_params *bp)
func = efi_handover_64;
}
+ efi_console_restore();
func(image_handle, ST, bp, address);
}