User customize build method for BootSector module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5089 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1246,7 +1246,7 @@ Returns:
|
||||
//
|
||||
// Check whether the user input after the duration time has expired
|
||||
//
|
||||
OldTpl = BdsLibGetCurrentTpl();
|
||||
OldTpl = EfiGetCurrentTpl();
|
||||
gBS->RestoreTPL (TPL_APPLICATION);
|
||||
gBS->WaitForEvent (1, &UserInputDurationTime, &Index);
|
||||
gBS->CloseEvent (UserInputDurationTime);
|
||||
|
Reference in New Issue
Block a user