Re: [U-Boot] [PATCH 5/7] lib: split out strtoxxxx functions out of vsprintf.c

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 5/7] lib: split out strtoxxxx functions out of vsprintf.c

2015-12-07 Thread Sjoerd Simons
On Mon, 2015-12-07 at 17:39 -0700, Simon Glass wrote: > Hi Sjoerd, > > On 4 December 2015 at 15:27, Sjoerd Simons > wrote: > > To allow the various string to number conversion functions to be > > used > > when using tiny-printf,split them out into their own file which > > gets > > build regardles

Re: [U-Boot] [PATCH 5/7] lib: split out strtoxxxx functions out of vsprintf.c

2015-12-07 Thread Simon Glass
Hi Sjoerd, On 4 December 2015 at 15:27, Sjoerd Simons wrote: > To allow the various string to number conversion functions to be used > when using tiny-printf,split them out into their own file which gets > build regardless of what printf implementation is used. > > Signed-off-by: Sjoerd Simons >

[U-Boot] [PATCH 5/7] lib: split out strtoxxxx functions out of vsprintf.c

2015-12-04 Thread Sjoerd Simons
To allow the various string to number conversion functions to be used when using tiny-printf,split them out into their own file which gets build regardless of what printf implementation is used. Signed-off-by: Sjoerd Simons --- lib/Makefile | 6 +- lib/strto.c| 174 +