mirror of https://github.com/acidanthera/audk.git
MdeModulePkg BdsDxe: Change file format which the existed folder has mixed file format.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19299 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6f3251c29c
commit
311b5a6ff9
|
@ -307,7 +307,10 @@ BootBootOptions (
|
|||
EfiBootManagerBoot (&BootOptions[Index]);
|
||||
|
||||
//
|
||||
// If the boot via Boot#### returns with a status of EFI_SUCCESS, platform firmware
// supports boot manager menu, and if firmware is configured to boot in an
// interactive mode, the boot manager will stop processing the BootOrder variable and
// present a boot manager menu to the user.
|
||||
// If the boot via Boot#### returns with a status of EFI_SUCCESS, platform firmware
|
||||
// supports boot manager menu, and if firmware is configured to boot in an
|
||||
// interactive mode, the boot manager will stop processing the BootOrder variable and
|
||||
// present a boot manager menu to the user.
|
||||
//
|
||||
if (BootOptions[Index].Status == EFI_SUCCESS) {
|
||||
EfiBootManagerBoot (BootManagerMenu);
|
||||
|
|
Loading…
Reference in New Issue