]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: print_printf() must check availability of %ls
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 3 Nov 2024 20:46:42 +0000 (21:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Nov 2024 00:14:06 +0000 (18:14 -0600)
commit20b23f049f869cc696f5a6d318fa00a61196a209
treeab7dcccb3405df824ac33cc864fb75deabba38d1
parentd8c5bcbd224fddd983f0796886409ede880d11ac
test: print_printf() must check availability of %ls

Availability of %ls in printf() depends on having
CONFIG_EFI_LOADER or CONFIG_EFI_APP.

Respect this when testing.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/common/print.c