Re: [U-Boot] [PATCH 1/1] efi_loader: use u16* for file name

2019-01-16 Thread Simon Glass
On Sat, 12 Jan 2019 at 04:02, Heinrich Schuchardt wrote: > > UTF-16 strings in our code should all be u16 *. Fix an inconsistency for > file names which may lead to a warning for printf("%ls", ). > > Simon Glass > Signed-off-by: Heinrich Schuchardt > --- > v2 > additionally correct efi_s

Re: [U-Boot] [PATCH 1/1] efi_loader: use u16* for file name

2019-01-12 Thread Simon Glass
On Fri, 11 Jan 2019 at 13:27, Heinrich Schuchardt wrote: > > UTF-16 strings in our code should all be u16 *. Fix an inconsistency for > file names which may lead to a warning for printf("%ls", ). > > Simon Glass > Signed-off-by: Heinrich Schuchardt > --- > include/efi_api.h | 2 +- > l

[U-Boot] [PATCH 1/1] efi_loader: use u16* for file name

2019-01-12 Thread Heinrich Schuchardt
UTF-16 strings in our code should all be u16 *. Fix an inconsistency for file names which may lead to a warning for printf("%ls", ). Simon Glass Signed-off-by: Heinrich Schuchardt --- v2 additionally correct efi_selftest_block_device.c --- include/efi_api.h|

[U-Boot] [PATCH 1/1] efi_loader: use u16* for file name

2019-01-11 Thread Heinrich Schuchardt
UTF-16 strings in our code should all be u16 *. Fix an inconsistency for file names which may lead to a warning for printf("%ls", ). Simon Glass Signed-off-by: Heinrich Schuchardt --- include/efi_api.h | 2 +- lib/efi_loader/efi_file.c | 14 +++--- 2 files changed, 8 insertions