mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg/PlatformBootManagerLib: use UefiBootManagerLib ConnectAll() API
This patch parallels OvmfPkg commit fed691a6f9
.
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@Intel.com>
This commit is contained in:
parent
2eaf3179e1
commit
fa0f195451
|
@ -536,7 +536,7 @@ PlatformBootManagerAfterConsole (
|
|||
//
|
||||
// Connect the rest of the devices.
|
||||
//
|
||||
BdsLibConnectAll ();
|
||||
EfiBootManagerConnectAll ();
|
||||
|
||||
//
|
||||
// Process QEMU's -kernel command line option. Note that the kernel booted
|
||||
|
|
Loading…
Reference in New Issue