notextmodeset: remove text modesetting
1 files changed, 0 insertions(+), 4 deletions(-) M efigop/notextmodeset/efiboot.c
M efigop/notextmodeset/efiboot.c => efigop/notextmodeset/efiboot.c +0 -4
@@ 464,10 464,6 @@ efi_video_init(void) efi_video[i].rows = rows; } } - if (mode100x31 >= 0) - conout->SetMode(conout, mode100x31); - else if (mode80x25 >= 0) - conout->SetMode(conout, mode80x25); conin = ST->ConIn; efi_video_reset(); }