[PATCH 5/7] imx8image: Remove unused cont_img_count variable

Simon Glass sjg at chromium.org
Tue Feb 28 01:35:26 CET 2023


On Mon, 27 Feb 2023 at 15:09, Tom Rini <trini at konsulko.com> wrote:
>
> 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 at konsulko.com>
> ---
> Cc: Peng Fan <peng.fan at nxp.com>
> Cc: Mikhail Ilin <ilin.mikhail.ol at gmail.com>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Fabio Estevam <festevam at gmail.com>
> Cc: "NXP i.MX U-Boot Team" <uboot-imx at nxp.com>
> ---
>  tools/imx8image.c | 5 -----
>  1 file changed, 5 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list