Re: [PATCH v3 2/5] mtd: nand: Make flags for bad block marker position more granular

2019-01-30 Thread Boris Brezillon
On Wed, 30 Jan 2019 13:01:47 + Schrempf Frieder wrote: > From: Frieder Schrempf > > To be able to check and set bad block markers in the first and > second page of a block independently of each other, we create > separate flags for both cases. > > Previously NAND_BBM_SECONDPAGE meant, that

[PATCH v3 2/5] mtd: nand: Make flags for bad block marker position more granular

2019-01-30 Thread Schrempf Frieder
From: Frieder Schrempf To be able to check and set bad block markers in the first and second page of a block independently of each other, we create separate flags for both cases. Previously NAND_BBM_SECONDPAGE meant, that both, the first and the second page were used. With this patch NAND_BBM_FI