kernel: mtk_bmt: add support for the bbt format used on mt7621
authorFelix Fietkau <nbd@nbd.name>
Thu, 13 Jan 2022 17:30:51 +0000 (18:30 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 13 Jan 2022 17:33:06 +0000 (18:33 +0100)
commite2aa04d1e50104456902aea685e46c754b07ebf4
treed008fefcd130a1c374a564e6354826803be72323
parentff6b4f2cfbc36efb2f3e61fd0c279de8527aa241
kernel: mtk_bmt: add support for the bbt format used on mt7621

This does not have spare blocks for remapping, and it is also not suitable
for random write access. It only skips over bad blocks on linear writes of an
image to a partition. As such, it is really only suitable for the kernel
partition, or other partitions with mostly static data

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/files/drivers/mtd/nand/mtk_bmt.c