Re: [PATCH u-boot-marvell v3 01/39] tools: kwbimage: Fix printf format warning

2021-09-30 Thread Stefan Roese
On 24.09.21 23:06, Marek Behún wrote: From: Marek Behún On 32-bit ARM the compiler complains: tools/kwbimage.c:547: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ F

[PATCH u-boot-marvell v3 01/39] tools: kwbimage: Fix printf format warning

2021-09-24 Thread Marek Behún
From: Marek Behún On 32-bit ARM the compiler complains: tools/kwbimage.c:547: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ Fix this by using %zu instead of %lu format