mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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
This commit is contained in:
parent
e0763f8757
commit
157421066a
@ -1144,14 +1144,6 @@ Returns:
|
|||||||
//
|
//
|
||||||
TryRunningQemuKernel ();
|
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"));
|
DEBUG ((EFI_D_INFO, "BdsLibConnectAll\n"));
|
||||||
BdsLibConnectAll ();
|
BdsLibConnectAll ();
|
||||||
BdsLibEnumerateAllBootOption (BootOptionList);
|
BdsLibEnumerateAllBootOption (BootOptionList);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user