mirror of https://github.com/acidanthera/audk.git
ArmPkg/PlatformBootManagerLib: fix hotkey of boot option
Fix the parameter in EfiBootManagerAddKeyOptionVariable (). Otherwise, the hotkey of boot option won't be registered correctly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
b701aae6a8
commit
2b2959dd34
|
@ -479,7 +479,7 @@ GetPlatformOptions (
|
|||
NULL,
|
||||
BootOptionNumber,
|
||||
0,
|
||||
BootKeys[Index],
|
||||
&BootKeys[Index],
|
||||
NULL
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
|
|
Loading…
Reference in New Issue