1, Add logo.bmp to fv file for showing it in graphic mode
2, Hard code timeout to 5 second. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7315 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1209,6 +1209,8 @@ Returns:
|
||||
// Give one chance to enter the setup if we
|
||||
// have the time out
|
||||
//
|
||||
// BUGBUG: hard code timeout to 5 second to show logo in graphic mode.
|
||||
Timeout = 5;
|
||||
if (Timeout != 0) {
|
||||
PlatformBdsEnterFrontPage (Timeout, FALSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user