Re: [U-Boot] [PATCH 3/7] lib/tiny-printf.c: Implement vprintf

2015-12-13 Thread Simon Glass
Applied to u-boot-rockchip, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/7] lib/tiny-printf.c: Implement vprintf

2015-12-07 Thread Simon Glass
On 4 December 2015 at 15:27, Sjoerd Simons wrote: > Implement both printf and vprintf for a bit more flexibility, e.g. > allows the panic() function to work with tiny-printf. > > Signed-off-by: Sjoerd Simons > --- > > lib/tiny-printf.c | 18 +- > 1 file changed, 13 insertions(+),

[U-Boot] [PATCH 3/7] lib/tiny-printf.c: Implement vprintf

2015-12-04 Thread Sjoerd Simons
Implement both printf and vprintf for a bit more flexibility, e.g. allows the panic() function to work with tiny-printf. Signed-off-by: Sjoerd Simons --- lib/tiny-printf.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lib/tiny-printf.c b/lib/tiny-printf