From fa0f195451c01bbd432d145b7b3cf213025bf863 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 5 May 2016 17:38:33 +0200 Subject: [PATCH] ArmVirtPkg/PlatformBootManagerLib: use UefiBootManagerLib ConnectAll() API This patch parallels OvmfPkg commit fed691a6f913. Cc: Ard Biesheuvel Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Tested-by: Ard Biesheuvel Reviewed-by: Ruiyu Ni --- ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c index da41f39ce0..3eaceb56f6 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