diff options
-rw-r--r-- | ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c index da41f39..3eaceb5 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
|