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,
|
NULL,
|
||||||
BootOptionNumber,
|
BootOptionNumber,
|
||||||
0,
|
0,
|
||||||
BootKeys[Index],
|
&BootKeys[Index],
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
|
|
Loading…
Reference in New Issue