]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: use u16* for UTF16 strings
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 5 Nov 2018 19:22:12 +0000 (20:22 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit97fb4944927d14d731f129a0b9ccdfda72791d2f
treeb9c4ad5dc1fc3db3d0cd33b9d1bb99170810136f
parent85528d9413e15859d56d0b2d49f5b8ee0444a83d
efi_loader: use u16* for UTF16 strings

We should be consistent in the types that we use to store Unicode strings.

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