diff options
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 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 ();
}
/**
|