]> git.baikalelectronics.ru Git - uboot.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)
commita0df5b24a532523bdba2ddffc28611bf8fe54120
tree105cb10083a9d912985387eee9a7ff26fd345c43
parent1f109b225c2a9ce8fec2a24795579c878e59600e
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