Hi Frieder, Schrempf Frieder <[email protected]> wrote on Mon, 18 Feb 2019 10:42:45 +0000:
> From: Frieder Schrempf <[email protected]> > > 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_FIRSTPAGE stands for > using the first page and NAND_BBM_SECONDPAGE for using the second > page. > > This patch is only for preparation of subsequent changes and does > not implement the logic to actually handle both flags separately. > > Signed-off-by: Frieder Schrempf <[email protected]> > Reviewed-by: Boris Brezillon <[email protected]> > --- Reviewed-by: Miquel Raynal <[email protected]> Thanks, Miquèl

