commit | 7c37780142e99425c6240a80f74de8a4abe8ba63 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 27 17:08:37 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | 362eaf3167d60a426b760cb7a048d4df49846732 | |
parent | 6839d1b8bb91af53ddacc5df07d5239761ac11f9 [diff] |
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>