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

2016-06-01 Thread Sylvain Lesne
Hi, On 05/31/2016 11:12 PM, Marek Vasut wrote: > Add a simple version of this function for SPL. It does not check the buffer > size as this would add to the code size. > > Signed-off-by: Marek Vasut > Cc: Simon Glass > Cc: Stefan Roese > Cc: Tom Rini > Cc: le...@alse-fr.com This is how I wou

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

2016-05-31 Thread Tom Rini
On Tue, May 31, 2016 at 11:12:46PM +0200, Marek Vasut wrote: > Add a simple version of this function for SPL. It does not check the buffer > size as this would add to the code size. > > Signed-off-by: Marek Vasut > Cc: Simon Glass > Cc: Stefan Roese > Cc: Tom Rini > Cc: le...@alse-fr.com Rev

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

2016-05-31 Thread Marek Vasut
Add a simple version of this function for SPL. It does not check the buffer size as this would add to the code size. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Stefan Roese Cc: Tom Rini Cc: le...@alse-fr.com --- lib/tiny-printf.c | 16 ++-- 1 file changed, 14 insertions(+), 2