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

2019-11-01 Thread Tom Rini
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 logg

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

2019-10-02 Thread Simon South
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