>-----Original Message-----
>From: Pankaj Bansal <[email protected]>
>Sent: Wednesday, January 15, 2020 11:27 AM
>To: Priyanka Jain <[email protected]>; Meenakshi Aggarwal
><[email protected]>
>Cc: [email protected]; Pankaj Bansal <[email protected]>
>Subject: [PATCH v2] board: fsl: lx2160a: Fix the loop in board_fix_fdt function
>
>Fix loop in board_fix_fdt that erroneously increments the counter in all cases.
>the counter should be incremented only if a matching string has been found.
>
>Fixes: 5d535aa40b ("board: fsl: lx2160a: implement board_fix_fdt")
>
>Signed-off-by: Pankaj Bansal <[email protected]>
>---
patch applied(after updating description) in u-boot-fsl-qoriq/master
-priyankajain