summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library/PlatformBootManagerLib
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2016-05-17 19:22:17 +0200
committerLaszlo Ersek <lersek@redhat.com>2016-05-25 12:25:19 +0200
commit2542feea2ecd4dc73ee54cb32c875839413eed05 (patch)
treeed12b43002c187a06563243ef5c9b2cce46df2ca /ArmVirtPkg/Library/PlatformBootManagerLib
parent35d3e9c5222304b2015566955a6c427016368793 (diff)
downloadedk2-2542feea2ecd4dc73ee54cb32c875839413eed05.tar.gz
edk2-2542feea2ecd4dc73ee54cb32c875839413eed05.tar.bz2
edk2-2542feea2ecd4dc73ee54cb32c875839413eed05.zip
OvmfPkg, ArmVirtPkg: clean up SetBootOrderFromQemu() parameter list
With OvmfPkg's original QemuBootOrderLib (and USE_OLD_BDS) gone, we no longer need the BootOptionList parameter in the SetBootOrderFromQemu() prototype. Update the library class header file (including the function's documentation), and adapt the library instance and the call sites. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Gary Ching-Pang Lin <glin@suse.com> Cc: Jordan Justen <jordan.l.justen@intel.com> 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> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'ArmVirtPkg/Library/PlatformBootManagerLib')
-rw-r--r--ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
index d4bfcd0c07..cc6d21e300 100644
--- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
+++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
@@ -551,7 +551,7 @@ PlatformBootManagerAfterConsole (
// the QEMU configuration.
//
EfiBootManagerRefreshAllBootOption ();
- SetBootOrderFromQemu (NULL);
+ SetBootOrderFromQemu ();
}
/**