Correct SPL use of EFI_APP
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:39:40 +0000 (15:39 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commitdeda5d5ecd440685e0c07fb6322ff6faa855a1be
tree4a5e5ebab0e46dce3c99a80ea24f27309212c996
parent299cca0e72fe676f78ded3c9c143cf2c004b923e
Correct SPL use of EFI_APP

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_EFI_APP defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/vsprintf.c