]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg BootManagerUiLib: Remove invalid keyword "bds".
authorDong, Eric <eric.dong@intel.com>
Wed, 18 May 2016 06:52:26 +0000 (14:52 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 19 May 2016 04:33:33 +0000 (12:33 +0800)
In current code, BootManagerUiLib is not BDS scope.
So we remove bds keyword in the function name.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Library/BootManagerUiLib/BootManager.c

index 73ca01627652df5a0ee6bb434c509873bd15e6d0..82038879c5efba964e13b4ff2d1ced8604ac5e7c 100644 (file)
@@ -91,8 +91,7 @@ BOOT_MANAGER_CALLBACK_DATA  gBootManagerPrivate = {
 \r
 **/\r
 EFI_STATUS\r
-EFIAPI\r
-BmBdsSetConsoleMode (\r
+BmSetConsoleMode (\r
   BOOLEAN  IsSetupMode\r
   )\r
 {\r
@@ -788,9 +787,9 @@ BootManagerCallback (
   //\r
   // parse the selected option\r
   //\r
-  BmBdsSetConsoleMode (FALSE);\r
+  BmSetConsoleMode (FALSE);\r
   EfiBootManagerBoot (&BootOption[QuestionId - 1]);\r
-  BmBdsSetConsoleMode (TRUE);\r
+  BmSetConsoleMode (TRUE);\r
 \r
   if (EFI_ERROR (BootOption[QuestionId - 1].Status)) {\r
     gST->ConOut->OutputString (\r