summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/BdsDxe
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2015-12-16 03:23:37 +0000
committerydong10 <ydong10@Edk2>2015-12-16 03:23:37 +0000
commit311b5a6ff915f586b45ad30ebc122e8dfa83fdde (patch)
tree1a77dab0d95ce197b23a75c6727f4358d5d52052 /MdeModulePkg/Universal/BdsDxe
parent6f3251c29c53269fbdfb1e3f7cc54df24bdfbcc6 (diff)
downloadedk2-311b5a6ff915f586b45ad30ebc122e8dfa83fdde.zip
edk2-311b5a6ff915f586b45ad30ebc122e8dfa83fdde.tar.gz
edk2-311b5a6ff915f586b45ad30ebc122e8dfa83fdde.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe')
-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);