entry: Remove useless term init before panic
This commit is contained in:
parent
00bbfe82b2
commit
948e97c2ec
|
@ -111,8 +111,6 @@ void uefi_entry(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) {
|
|||
(void **)&loaded_image);
|
||||
|
||||
if (status) {
|
||||
term_vbe(0, 0);
|
||||
early_term = true;
|
||||
panic("HandleProtocol failure (%x)", status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue