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

Simon Glass sjg at chromium.org
Wed Jan 16 21:35:02 UTC 2019


On Sat, 12 Jan 2019 at 04:02, Heinrich Schuchardt <xypron.glpk at gmx.de> 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 <sjg at chromium.org>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
>         additionally correct efi_selftest_block_device.c
> ---
>  include/efi_api.h                            |  2 +-
>  lib/efi_loader/efi_file.c                    | 14 +++++++-------
>  lib/efi_selftest/efi_selftest_block_device.c |  6 +++---
>  3 files changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list