Re: [PATCH v5 2/4] efi: Use 16-bit Unicode strings

2022-02-03 Thread Tom Rini
On Sun, Jan 23, 2022 at 12:55:12PM -0700, Simon Glass wrote: > At present we use wide characters for Unicode but this is not necessary. > Change the code to use the 'u' literal instead. This helps to fix build > warnings for sandbox on the Raspberry Pi. > > Signed-off-by: Simon Glass > Suggested

[PATCH v5 2/4] efi: Use 16-bit unicode strings

2022-01-23 Thread Simon Glass
At present we use wide characters for unicode but this is not necessary. Change the code to use the 'u' literal instead. This helps to fix build warnings for sandbox on rpi. Signed-off-by: Simon Glass Suggested-by: Heinrich Schuchardt Reviewed-by: Heinrich Schuchardt --- (no changes since v4)