]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: fix EnableCursor()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 2 Jun 2019 20:54:28 +0000 (22:54 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 4 Jun 2019 20:09:26 +0000 (22:09 +0200)
commita6fa48cc581e83caaf85b37685780e5c0fabd3e9
tree08b79dacae03bec8c28766fe0c72b998065db861
parentd44f19f559e0d4686d85635d160544deb30c3a13
efi_loader: fix EnableCursor()

The EnableCursor() service of the simple text output protocol must update
the the CursorVisible field of the output mode.

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