]> git.baikalelectronics.ru Git - uboot.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)
commit2ee2a8dbcc029d78fce16c73651a7178e7553a17
tree0d5dd8076dcc41d64745966f667e215ad2efb4e4
parent37c783132301f4d931d43f454627690103a6327e
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