[nand interface] select a default bad block table for the device
int nand_default_bbt(struct mtd_info * mtd);
mtd
MTD device structure
This function selects the default bad block table support for the device and calls the nand_scan_bbt function.
Thomas Gleixner <[email protected]>
Author.