1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-28 16:02:17 +01:00
Files
u-boot-megous/lib
Simon South 9b3fbb2b43 tiny-printf: Support vsnprintf()
Add a simple implementation of this function, to allow logging to be
enabled in the SPL or TPL for systems that rely on the tiny printf()
implementation.

To keep the code size small,

- The function is built only when logging is enabled, as it
  (currently) is not needed otherwise; and
- Like the existing implementation of snprintf(), its buffer-size
  parameter is ignored.

Signed-off-by: Simon South <simon@simonsouth.net>
2019-10-31 07:22:53 -04:00
..
2019-04-03 10:26:46 -04:00
2019-09-20 20:09:19 +02:00
2011-01-18 23:38:08 +01:00
2019-10-31 07:22:53 -04:00
2010-09-19 19:29:47 +02:00
2019-07-10 16:52:58 -06:00
2019-10-08 13:57:47 +08:00
2019-07-10 16:52:58 -06:00
2019-08-11 16:43:41 -04:00
2018-06-13 07:49:12 -04:00
2019-02-02 08:19:17 -05:00
2012-04-29 14:14:08 +02:00
2018-09-05 16:02:34 -04:00
2019-08-11 16:43:41 -04:00
2019-06-05 09:16:32 -07:00
2019-10-31 07:22:53 -04:00
2019-10-31 07:22:53 -04:00
2019-02-19 08:55:43 -05:00
2019-08-11 16:43:41 -04:00
2019-05-05 08:48:50 -04:00