diff options
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index 2a1ca88c2c..b1f5b7f6f9 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -1144,14 +1144,6 @@ Returns: //
TryRunningQemuKernel ();
- //
- // Give one chance to enter the setup if we
- // have the time out
- //
- if (Timeout != 0) {
- //PlatformBdsEnterFrontPage (Timeout, FALSE);
- }
-
DEBUG ((EFI_D_INFO, "BdsLibConnectAll\n"));
BdsLibConnectAll ();
BdsLibEnumerateAllBootOption (BootOptionList);
|