Re: [PATCH] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND

2020-05-04 Thread Yunus Bas
Please skip this patch, there seems to be a problem here. Regards Y. Bas Am 04.05.20 um 15:44 schrieb Yunus Bas: From: Stefan Riedmueller The blocks containing the bad block table can become bad as well. So make sure to skip any blocks that are marked bad when searching for the bad block tab

[PATCH] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND

2020-05-04 Thread Yunus Bas
From: Stefan Riedmueller The blocks containing the bad block table can become bad as well. So make sure to skip any blocks that are marked bad when searching for the bad block table. Signed-off-by: Stefan Riedmueller Signed-off-by: Christian Hemp Signed-off-by: Yunus Bas --- drivers/mtd/nand