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

Simon Glass sjg at chromium.org
Sat Jan 12 21:31:39 UTC 2019


On Fri, 11 Jan 2019 at 13:27, 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>
> ---
>  include/efi_api.h         |  2 +-
>  lib/efi_loader/efi_file.c | 14 +++++++-------
>  2 files changed, 8 insertions(+), 8 deletions(-)

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


More information about the U-Boot mailing list