commit | 0ae9cea2e516baa39096ebf1fd6d2f6d58bcb987 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 23 12:55:14 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 03 09:29:08 2022 -0500 |
tree | 2e83ee5cbe61819e3b8cc6bee83c764853fa23e9 | |
parent | 4faa8cd04748093a51dba2284e274d0dc23714ef [diff] |
treewide: 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. Note: This applies tree-wide Signed-off-by: Simon Glass <sjg@chromium.org>