]> git.baikalelectronics.ru Git - uboot.git/commit
imx8image: Remove unused cont_img_count variable
authorTom Rini <trini@konsulko.com>
Mon, 27 Feb 2023 22:08:37 +0000 (17:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit7c817315964246d8c16e138ea4a9d6c251e2577a
tree362eaf3167d60a426b760cb7a048d4df49846732
parent07ab51b8a44e142b169730e593a788f1bd931f14
imx8image: Remove unused cont_img_count variable

With clang-15, it is now reported that cont_img_count is unused. This is
true as the code will increment / reset this counter, but never
functionally use it. Remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c