1. NAME

mark_bbt_region - [GENERIC] mark the bad block table regions

2. SYNOPSIS

void mark_bbt_region(struct mtd_info *  mtd , struct nand_bbt_descr *  td );

3. ARGUMENTS

mtd
    MTD device structure

td
    bad block table descriptor

4. DESCRIPTION

The bad block table regions are marked as « bad » to prevent accidental erasures / writes. The regions are identified by the mark 0x02.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT