mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
EmulatorPkg PlatformBm: Fix duplicate BootManagerMenuApp boot option issue
Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
This commit is contained in:
parent
0df3729ad6
commit
e356b0f6fd
@ -401,9 +401,9 @@ PlatformBootManagerAfterConsole (
|
||||
case BOOT_WITH_DEFAULT_SETTINGS:
|
||||
default:
|
||||
PlatformBdsDiagnostics (IGNORE, TRUE);
|
||||
PlatformBdsRegisterStaticBootOptions ();
|
||||
PlatformBdsConnectSequence ();
|
||||
EfiBootManagerRefreshAllBootOption ();
|
||||
PlatformBdsRegisterStaticBootOptions ();
|
||||
EfiBootManagerSortLoadOptionVariable (LoadOptionTypeBoot, (SORT_COMPARE)CompareBootOption);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user