1. NAME

nand_memory_bbt - [GENERIC] create a memory based bad block table

2. SYNOPSIS

int nand_memory_bbt(struct mtd_info *  mtd , struct nand_bbt_descr *  bd );

3. ARGUMENTS

mtd
    MTD device structure

bd
    descriptor for the good/bad block search pattern

4. DESCRIPTION

The function creates a memory based bbt by scanning the device for manufacturer / software marked good / bad blocks.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT