mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
Revert "MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UI"
This reverts commit dd85dd0731e971c5782fb94b2cbac8669b33312b.
This commit is contained in:
parent
cbedba8698
commit
59e2626181
@ -6,7 +6,7 @@
|
|||||||
to enter BDS phase.
|
to enter BDS phase.
|
||||||
|
|
||||||
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
|
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -923,10 +923,9 @@ BdsEntry (
|
|||||||
if (!EFI_ERROR (Status)) {
|
if (!EFI_ERROR (Status)) {
|
||||||
EfiBootManagerBoot (&LoadOption);
|
EfiBootManagerBoot (&LoadOption);
|
||||||
EfiBootManagerFreeLoadOption (&LoadOption);
|
EfiBootManagerFreeLoadOption (&LoadOption);
|
||||||
if ((LoadOption.Status == EFI_SUCCESS) && (LoadOption.OptionNumber != BootManagerMenu.OptionNumber)) {
|
if (LoadOption.Status == EFI_SUCCESS) {
|
||||||
//
|
//
|
||||||
// Boot to Boot Manager Menu upon EFI_SUCCESS
|
// Boot to Boot Manager Menu upon EFI_SUCCESS
|
||||||
// Exception: Do not boot again when the BootNext points to Boot Manager Menu.
|
|
||||||
//
|
//
|
||||||
EfiBootManagerBoot (&BootManagerMenu);
|
EfiBootManagerBoot (&BootManagerMenu);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user