commit | f7b7f7c6ccf602ed550e4dbbc07e3570b0106a9f | [log] [tgz] |
---|---|---|
author | Marek Behún <marek.behun@nic.cz> | Fri Sep 24 23:06:38 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Oct 01 11:07:13 2021 +0200 |
tree | 656055ed37c42b913204d6e88ae034c5941e682f | |
parent | f8c78ac117d043e908474b718ffbb7e19dcec0ae [diff] |
tools: kwbimage: Fix printf format warning 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 specifier. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>