summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library/PlatformBdsLib
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2014-11-06 14:20:44 +0000
committerlersek <lersek@Edk2>2014-11-06 14:20:44 +0000
commit157421066ac009d31dafdc5462eceb26f337b536 (patch)
treeacefe1d321a3a0a768aeee715a5ecba8c36e2e7e /OvmfPkg/Library/PlatformBdsLib
parente0763f87575cbd58bc38c4220e59010265a620e1 (diff)
downloadedk2-157421066ac009d31dafdc5462eceb26f337b536.zip
edk2-157421066ac009d31dafdc5462eceb26f337b536.tar.gz
edk2-157421066ac009d31dafdc5462eceb26f337b536.tar.bz2
OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage()
This call has been dead since the conception of OvmfPkg (git commit 49ba9447 / SVN r8398), and only confuses readers -- let's remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16305 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Library/PlatformBdsLib')
-rw-r--r--OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
index 2a1ca88..b1f5b7f 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);