On Fri, 23 Jul 2021 at 06:29, Roland Gaudig <[email protected]> wrote: > > From: Roland Gaudig <[email protected]> > > Add simple_strtoll function for converting a string containing digits > into a long long int value. > > Signed-off-by: Roland Gaudig <[email protected]> > --- > > (no changes since v1) > > include/vsprintf.h | 1 + > lib/strto.c | 8 ++++++++ > 2 files changed, 9 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

