[U-Boot] [PATCH 2/2] tiny-printf: Support vsnprintf()

Tom Rini trini at konsulko.com
Fri Nov 1 13:29:47 UTC 2019


On Wed, Oct 02, 2019 at 10:55:07AM -0400, Simon South wrote:

> 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 at simonsouth.net>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191101/89abe8e7/attachment.sig>


More information about the U-Boot mailing list