]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Fix build condition for tiny-printf
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:03 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commit5d4215893bf6f69dc2bd4a9cf675f803c98ec5f3
treeb9a1fec89b1213a5f9be165abaa0ac85938804bf
parent25849495978adc1cbbd9f12dcdf7c71c35ffa798
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>
lib/Makefile