Skip to content
Snippets Groups Projects
Commit 14ad44ab authored by Alex Kiernan's avatar Alex Kiernan Committed by Tom Rini
Browse files

spl: Split sprintf, strto* from SPL serial in Kconfig


When SPL serial is disabled, callers who need sprintf or strtoul fail
because their inclusion is guarded by CONFIG_SPL_SERIAL_SUPPORT/
CONFIG_TPL_SERIAL_SUPPORT.

Split printf, sprintf and strto into their own entries and then select
all of them if SERIAL_SUPPORT is enabled to match the current behaviour.

Include panic.o unconditionally as it can be called from anywhere which
uses BUG_ON().

Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
parent d4bb3b37
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment