summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BdsEntry.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
index f06684c..3734ff9 100644
--- a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
+++ b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
@@ -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);