Message ID | 1462476147-10404-10-git-send-email-lersek@redhat.com |
---|---|
State | Accepted |
Commit | fa0f195451c01bbd432d145b7b3cf213025bf863 |
Headers | show |
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c index da41f39ce0d3..3eaceb56f614 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -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
This patch parallels OvmfPkg commit fed691a6f913. 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> --- ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.3.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel