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