mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi: Use 16-bit unicode strings
At present we use wide characters for unicode but this is not necessary. Change the code to use the 'u' literal instead. This helps to fix build warnings for sandbox on rpi. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -974,7 +974,7 @@ efi_status_t efi_capsule_authenticate(const void *capsule,
|
||||
efi_uintn_t capsule_size,
|
||||
void **image, efi_uintn_t *image_size);
|
||||
|
||||
#define EFI_CAPSULE_DIR L"\\EFI\\UpdateCapsule\\"
|
||||
#define EFI_CAPSULE_DIR u"\\EFI\\UpdateCapsule\\"
|
||||
|
||||
/**
|
||||
* Install the ESRT system table.
|
||||
|
Reference in New Issue
Block a user