]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 18 May 2019 15:07:52 +0000 (17:07 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 06:10:10 +0000 (08:10 +0200)
commit9671b6950db279f652fb1075a80b6862e558bbe7
tree9cab2810a28d86a37c994436f2006d983a7337b6
parent4dce4b6775d6b69fd0e518f4c81083f550b4c30d
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter

KeyToggleState is a pointer according to UEFI spec 2.8.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
lib/efi_loader/efi_console.c