Skip to content
Commit 2a51e16b authored by Tom Rini's avatar Tom Rini
Browse files

configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default



The USE_TINY_PRINTF symbol only changes things within SPL and TPL
builds, so make it depend on that support.  Next, make it default as
within these cases we should rarely have need of more advanced print
formats outside of the debug context.

To do this, in a few cases we need to correct our Kconfig dependencies
as we had cases of non-SPL targets select'ing this symbol.  Finally, in
the case of a few boards we really do need the full printf
functionality.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 28115e7b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment