Clear screen on exit

This commit is contained in:
Matthew Garrett 2012-10-11 09:45:14 -04:00
parent bb47e3138e
commit f031aeca57

View File

@ -1104,6 +1104,8 @@ static EFI_STATUS enter_mok_menu(EFI_HANDLE image_handle, void *MokNew,
run_menu(menu_item, menucount, 10);
uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
return 0;
}