]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Fix comparison of integers with different size
authorMarek Behún <marek.behun@nic.cz>
Fri, 24 Sep 2021 21:06:45 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commit84f3dcf479915e9b88b1f51b2b1db7f430d95388
tree1c074230920fdab74d515b200ba621a79730824d
parent8d46fd204152488689a0b5ba2febcb944b0d58eb
tools: kwboot: Fix comparison of integers with different size

The compiler complains that we are comparing int with size_t when
compiled with -W.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwboot.c