]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfed7328bb3eed52cd7d9d05af94be38b4e8e645f
tree5d7751bfcd817a40608cb5944d61fd1772657e8d
parent17b2d19b258552d23a782b7f4c290adad0389a6b
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