From 311b5a6ff915f586b45ad30ebc122e8dfa83fdde Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 16 Dec 2015 03:23:37 +0000 Subject: [PATCH] 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 Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19299 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c index f06684c96a..3734ff954d 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); -- 2.39.2