]> git.baikalelectronics.ru Git - uboot.git/commit
treewide: Use 16-bit Unicode strings
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jan 2022 19:55:14 +0000 (12:55 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 3 Feb 2022 20:53:28 +0000 (15:53 -0500)
commita1844c5df8e9b0c071a808a6738e136fde1e9a10
tree86ff5fbee12f43f7d700d130c92009aef12fc185
parente44e6a5d62654eca20969aca25a7ba5fdbb3ebea
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 the Raspberry Pi.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/lzma/Types.h
lib/vsprintf.c
test/print_ut.c
test/unicode_ut.c