]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: fix SetMode()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 05:20:51 +0000 (07:20 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:40 +0000 (19:18 +0200)
commit2ad238fcc48367b415625b8f0fcacb6eef83985a
tree105cb10083a9d912985387eee9a7ff26fd345c43
parentc5b63bec2f885e2b0a475aca33c7696c59ae6965
efi_loader: fix SetMode()

Correct the check of the mode number in SetMode() service of the simple
text output protocol.

Clear the screen in SetMode().

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