[U-Boot] [PATCH v3 04/18] efi_loader: new function utf8_to_utf16
Simon Glass
sjg at chromium.org
Sun Oct 22 14:35:15 UTC 2017
On 18 October 2017 at 00:02, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Provide a conversion function from utf8 to utf16.
>
> Add missing #include <linux/types.h> in include/charset.h.
> Remove superfluous #include <common.h> in lib/charset.c.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v3
> no change
> v2
> new patch
> ---
> include/charset.h | 15 +++++++++++++++
> lib/charset.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 71 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list