MdeModulePkg/BootMaintenanceManagerUiLib: Make it look like current BMM

This commit is contained in:
Tim Crawford
2020-02-04 11:24:57 -07:00
parent 21bbc9ae0e
commit 49dad2f15d
4 changed files with 28 additions and 30 deletions

View File

@ -1155,9 +1155,4 @@ UpdatePageId (
} else if ((NewPageId >= TERMINAL_OPTION_OFFSET) && (NewPageId < CONSOLE_OPTION_OFFSET)) {
NewPageId = FORM_CON_COM_SETUP_ID;
}
if ((NewPageId > 0) && (NewPageId < MAXIMUM_FORM_ID)) {
Private->BmmPreviousPageId = Private->BmmCurrentPageId;
Private->BmmCurrentPageId = NewPageId;
}
}