Revert "efi: force boot menu to show."

This reverts commit 3ceaa03c60.
This commit is contained in:
Jessica Hamilton 2018-05-05 14:14:21 +12:00
parent 3ceaa03c60
commit bb96d47d9b

View File

@ -284,7 +284,6 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systemTable)
serial_enable(); serial_enable();
sBootOptions = console_check_boot_keys(); sBootOptions = console_check_boot_keys();
sBootOptions |= BOOT_OPTION_MENU;
// disable apm in case we ever load a 32-bit kernel... // disable apm in case we ever load a 32-bit kernel...
gKernelArgs.platform_args.apm.version = 0; gKernelArgs.platform_args.apm.version = 0;