commit | 93ff459b6caadf849b2ccba7a6eec0024070611c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:03 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 17:45:58 2023 -0500 |
tree | b9a1fec89b1213a5f9be165abaa0ac85938804bf | |
parent | 540883b7fe9a18409d203dbbaeb70af27c55f4bc [diff] |
lib: Fix build condition for tiny-printf This should be checking for any SPL build. Drop the use of SPL_TPL_ since it is not necessary and will not work with split config. Signed-off-by: Simon Glass <sjg@chromium.org>