Re: [PATCH v3 3/4] spl: fit: nand: fix fit loading in case of bad blocks

2020-07-08 Thread Tom Rini
On Wed, May 27, 2020 at 01:56:20PM +0200, Dario Binacchi wrote: > The offset at which the image to be loaded from NAND is located is > retrieved from the itb header. The presence of bad blocks in the area > of the NAND where the itb image is located could invalidate the offset > which must

Re: [PATCH v3 3/4] spl: fit: nand: fix fit loading in case of bad blocks

2020-06-06 Thread Michael Nazzareno Trimarchi
Hi Dario I know that is an important bug to be addressed and I would like to add even Tom on this On Wed, May 27, 2020 at 1:56 PM Dario Binacchi wrote: > > The offset at which the image to be loaded from NAND is located is > retrieved from the itb header. The presence of bad blocks in the area

[PATCH v3 3/4] spl: fit: nand: fix fit loading in case of bad blocks

2020-05-27 Thread Dario Binacchi
The offset at which the image to be loaded from NAND is located is retrieved from the itb header. The presence of bad blocks in the area of the NAND where the itb image is located could invalidate the offset which must therefore be adjusted taking into account the state of the sectors concerned.