commit | 9097537657220de2b0899b4813148c2551a3b74f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 23 12:55:12 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 03 12:16:01 2022 -0500 |
tree | db7dcc9bb8ee0ec5730384d56356ba55a6cfd200 | |
parent | d2e6dd618aa5d34965d8afea061a9d8b0aa8ce0b [diff] |
efi: Use 16-bit unicode strings 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 <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>