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>
This commit is contained in:
parent
af3106a12d
commit
05b6f56ead
@ -2201,8 +2201,7 @@ static const struct efi_boot_services efi_boot_services = {
|
||||
};
|
||||
|
||||
|
||||
static uint16_t __efi_runtime_data firmware_vendor[] =
|
||||
{ 'D','a','s',' ','U','-','b','o','o','t',0 };
|
||||
static uint16_t __efi_runtime_data firmware_vendor[] = L"Das U-Boot";
|
||||
|
||||
struct efi_system_table __efi_runtime_data systab = {
|
||||
.hdr = {
|
||||
|
Loading…
Reference in New Issue
Block a user