[PATCH v2 1/4] lib: provide function hextoull()
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Tue Nov 12 12:00:05 CET 2024
Hi,
On 11/3/24 23:42, Heinrich Schuchardt wrote:
> We often convert hexadecimal strings to hextoull(). Provide a wrapper
> function to simple_strtoull() that does not require specifying the radix.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
> no change
> ---
> include/vsprintf.h | 13 +++++++++++++
> lib/strto.c | 5 +++++
> 2 files changed, 18 insertions(+)
>
Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
Thanks
Patrick
More information about the U-Boot
mailing list