]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: simplify show_efi_boot_order()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 May 2021 08:48:45 +0000 (10:48 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 25 May 2021 11:06:58 +0000 (13:06 +0200)
commit60177e0ac2a35e9bc878e12d7a5c7f55afe1a7f9
tree0714609b7d371e683e884c6e16062b1b5c5d6a26
parentcd5a87e7b7e2f0ee014e91d6aaf3e041120deec0
efi_loader: simplify show_efi_boot_order()

To print a UTF-16 string use %ls instead of converting string to UTF-8.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/efidebug.c