diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-05-05 17:38:33 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-05-06 10:04:50 +0200 |
commit | fa0f195451c01bbd432d145b7b3cf213025bf863 (patch) | |
tree | 759fbe81da0eb59efc00a5e498bbbc713e829c09 /ArmVirtPkg | |
parent | 2eaf3179e1098330d748ee73d0c8190cdfda8008 (diff) | |
download | edk2-platforms-fa0f195451c01bbd432d145b7b3cf213025bf863.tar.xz |
ArmVirtPkg/PlatformBootManagerLib: use UefiBootManagerLib ConnectAll() API
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>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@Intel.com>
Diffstat (limited to 'ArmVirtPkg')
-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 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
|