Skip to content

Commit

Permalink
OvmfPkg: sync the UEFI Shel entry name with UefiPayload
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Oct 11, 2023
1 parent 3fd08d4 commit 9226172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ PlatformBootManagerAfterConsole (
// Register UEFI Shell
//
PlatformRegisterFvBootOption (
&gUefiShellFileGuid, L"EFI Internal Shell", LOAD_OPTION_ACTIVE
&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE
);

RemoveStaleFvFileOptions ();
Expand Down

0 comments on commit 9226172

Please sign in to comment.