[PATCH v1] tools: fix format string in tools/imx8image.c
Fabio Estevam
festevam at gmail.com
Sun Jan 18 02:46:37 CET 2026
On Mon, Jan 12, 2026 at 3:13 PM Milan P. Stanić <mps at arvanta.net> wrote:
>
> on 32bit systems with musl libc compiler emits
> warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
>
> to fix this use format length modifier 'z' (size_t) instead of 'l'
>
> Signed-off-by: Milan P. Stanić <mps at arvanta.net>
Applied, thanks.
More information about the U-Boot
mailing list