commit | a6b8dd8a12bc983ff48ebca2b63cf95baf4dfd74 | [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 | 99de38a1092b584da438970a3b636cc3178b3637 [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>