[U-Boot] [PATCH v3 46/54] lib: Add function to extract a number from the end of a string
Simon Glass
sjg at chromium.org
Sat Jul 18 01:58:00 CEST 2015
On 23 June 2015 at 15:39, Simon Glass <sjg at chromium.org> wrote:
> Split out the code in fdtdec which finds a number at the end of a string. It
> can be useful in other situations.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> include/vsprintf.h | 26 ++++++++++++++++++++++++++
> lib/fdtdec.c | 14 ++++++--------
> lib/vsprintf.c | 19 +++++++++++++++++++
> 3 files changed, 51 insertions(+), 8 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list