efi: Make unicode printf available to the app
authorSimon Glass <sjg@chromium.org>
Wed, 29 Dec 2021 18:57:35 +0000 (11:57 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 31 Dec 2021 05:45:01 +0000 (06:45 +0100)
commit726cd9836db0d698f1f409e9522828e985c912e2
treea62a7183cf2f52ac6dbc5299ac87ce42dc40a408
parenteaaa5fbbe421c75dbf2319615f95e0484b330b87
efi: Make unicode printf available to the app

This is needed to show unicode strings. Enable this code in the app.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/Kconfig
lib/vsprintf.c