[intern] erase block(s)
int nand_erase_nand(struct mtd_info * mtd, struct erase_info * instr, int allowbbt);
mtd
MTD device structure
instr
erase instruction
allowbbt
allow erasing the bbt area
Erase one ore more blocks.
Thomas Gleixner <[email protected]>
Author.