mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 07:04:28 +02:00
BootMaintenanceManagerUiLib: Remove invalid keyword "bds"
In current code, BootMaintenanceManagerUiLib 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>
This commit is contained in:
parent
bcfe5adbe7
commit
80b14f9a99
@ -116,8 +116,7 @@ FreeAllMenu (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
BmmSetConsoleMode (
|
||||||
BmmBdsSetConsoleMode (
|
|
||||||
BOOLEAN IsSetupMode
|
BOOLEAN IsSetupMode
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -1143,8 +1143,7 @@ GetTerminalAttribute (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
BmmSetConsoleMode (
|
||||||
BmmBdsSetConsoleMode (
|
|
||||||
BOOLEAN IsSetupMode
|
BOOLEAN IsSetupMode
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -881,9 +881,9 @@ BootFromFile (
|
|||||||
//
|
//
|
||||||
gST->ConOut->ClearScreen (gST->ConOut);
|
gST->ConOut->ClearScreen (gST->ConOut);
|
||||||
|
|
||||||
BmmBdsSetConsoleMode (FALSE);
|
BmmSetConsoleMode (FALSE);
|
||||||
EfiBootManagerBoot (&BootOption);
|
EfiBootManagerBoot (&BootOption);
|
||||||
BmmBdsSetConsoleMode (TRUE);
|
BmmSetConsoleMode (TRUE);
|
||||||
|
|
||||||
FreePool(FileName);
|
FreePool(FileName);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user