1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/common
Alex Kiernan 14ad44ab46 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: Alex Kiernan <alex.kiernan@gmail.com>
2018-04-28 18:32:23 -04:00
..
2018-04-27 14:54:11 -04:00
2018-04-17 17:45:08 -04:00
2017-08-16 08:30:24 -04:00
2017-11-20 20:18:39 -05:00
2018-01-29 07:48:59 +01:00
2018-03-30 13:13:29 +08:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2017-08-19 20:42:20 +02:00
2017-08-16 08:30:24 -04:00
2017-12-07 15:17:00 -05:00
2017-08-16 08:30:24 -04:00