UefiPayloadPkg: Disable EFI shell

This commit is contained in:
Tim Crawford
2020-01-31 11:27:44 -07:00
parent 68e4fc4a10
commit bff3319ae5

View File

@@ -205,7 +205,7 @@ PlatformBootManagerAfterConsole (
// //
// Register UEFI Shell // Register UEFI Shell
// //
PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); //PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE);
Print (L"Pess ESC to enter Boot Manager Menu.\n"); Print (L"Pess ESC to enter Boot Manager Menu.\n");
} }