Re: [PATCH 2/2] mtd: nand: mxs_nand_spl: Fix bad block skipping

2022-04-26 Thread Fabio Estevam
Adding Han Xu. On Mon, Apr 25, 2022 at 8:45 AM Michael Nazzareno Trimarchi wrote: > > Hi > > +cc Stefano Babic > > We have right now a while (1) if we find a badblock > > On Sat, Apr 23, 2022 at 10:12 AM Michael Trimarchi > wrote: > > > > The file was fill of problems and bugs. The bad block are

Re: [PATCH 2/2] mtd: nand: mxs_nand_spl: Fix bad block skipping

2022-04-25 Thread Michael Nazzareno Trimarchi
Hi +cc Stefano Babic We have right now a while (1) if we find a badblock On Sat, Apr 23, 2022 at 10:12 AM Michael Trimarchi wrote: > > The file was fill of problems and bugs. The bad block are marked > beginning of erase block. The first erase block was never checked > and the specific function

[PATCH 2/2] mtd: nand: mxs_nand_spl: Fix bad block skipping

2022-04-23 Thread Michael Trimarchi
The file was fill of problems and bugs. The bad block are marked beginning of erase block. The first erase block was never checked and the specific function to skip bad block in fit image was never implemented. The imx8mn bootrom seems that not handle the bad block as expected so this needed later