[generic] nand standard block erase command function
int single_erase(struct mtd_info * mtd, int page);
mtd
MTD device structure
page
the page address of the block which will be erased
Standard erase command for NAND chips. Returns NAND status.
Thomas Gleixner <[email protected]>
Author.