]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: fix SetAttribute()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 05:16:57 +0000 (07:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:41 +0000 (19:18 +0200)
commit3950f0f8563acab248214df36053bb6c57b91940
tree00103187236650ba75421b4e5f0fff87ed29b4ae
parent2ad238fcc48367b415625b8f0fcacb6eef83985a
efi_loader: fix SetAttribute()

The SetAttribute() service and the Reset() service of the simple text
output protocol must update the attribute value in the mode information.

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