]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: use wide string do define firmware vendor
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 11 Dec 2017 19:10:20 +0000 (20:10 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:12 +0000 (23:09 +0100)
commit05b6f56ead11f6a530b0cbdbd60e45f3b3cfcb07
tree0d5dd8076dcc41d64745966f667e215ad2efb4e4
parentaf3106a12dd5d3a315f9f68b5fc0002c09f54d54
efi_loader: use wide string do define firmware vendor

As the U-Boot is compiled with -fshort-wchar we can define
the firmware vendor constant as wide string.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c