mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
efi_loader: use u16* for UTF16 strings
We should be consistent in the types that we use to store Unicode strings. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
committed by
Alexander Graf
parent
83582419ea
commit
02c2f0298a
@@ -965,7 +965,7 @@ struct efi_file_info {
|
||||
struct efi_time last_access_time;
|
||||
struct efi_time modification_time;
|
||||
u64 attribute;
|
||||
s16 file_name[0];
|
||||
u16 file_name[0];
|
||||
};
|
||||
|
||||
struct efi_file_system_info {
|
||||
|
Reference in New Issue
Block a user