9
0
Fork 0

ARM AT91: Add missing on_flash_bbt in atmel_nand_data

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-01-05 09:44:24 +01:00
parent 8eae82e3ae
commit fb4fcfe7d5
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ struct atmel_nand_data {
u8 cle; /* address line number connected to CLE */
u8 bus_width_16; /* buswidth is 16 bit */
u8 ecc_mode; /* NAND_ECC_* */
u8 on_flash_bbt; /* Use flash based bbt */
};
void at91_add_device_nand(struct atmel_nand_data *data);