]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/efi_api.h
efi_loader: use u16* for file name
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 12 Jan 2019 11:02:33 +0000 (12:02 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commitc82f8f600a34d540f95a04e9cb3c49a9e6b3ae83
tree5d7751bfcd817a40608cb5944d61fd1772657e8d
parent0bc81a717d1ce90008f9f8ae8b3c086d4405a295
efi_loader: use u16* for file name

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", ).

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_file.c
lib/efi_selftest/efi_selftest_block_device.c