From 06f4583ea5d4c60413384efb76f195b591a63afa Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 31 Jan 2020 11:27:44 -0700 Subject: [PATCH] UefiPayloadPkg: Disable EFI shell --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 756d7c5d39..62929c6df2 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -235,7 +235,7 @@ PlatformBootManagerAfterConsole ( // // Register UEFI Shell // - PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); + //PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); // Show prompt at bottom center BootLogoUpdateProgress (