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

2023-03-22 Thread Tom Rini
On Mon, Feb 27, 2023 at 05:08:37PM -0500, Tom Rini 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 > Reviewed-by: Simon Glass > Revie

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

2023-02-28 Thread Peng Fan
On 2/28/2023 6:08 AM, Tom Rini 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 Reviewed-by: Peng Fan --- Cc: Peng Fan Cc: Mikhail Ilin

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

2023-02-28 Thread Fabio Estevam
On Mon, Feb 27, 2023 at 7:08 PM Tom Rini 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 Reviewed-by: Fabio Estevam

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

2023-02-27 Thread Simon Glass
On Mon, 27 Feb 2023 at 15:09, Tom Rini 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 > --- > Cc: Peng Fan > Cc: Mikhail Ilin > Cc

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

2023-02-27 Thread Tom Rini
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 --- Cc: Peng Fan Cc: Mikhail Ilin Cc: Stefano Babic Cc: Fabio Estevam Cc: "NXP i.MX U-Boot Team" --