1
0

ARM: at91: enable on flash bbt for Atmel Reference and DT boards

Enable it on Calao board too as they are in DT too.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Este cometimento está contido em:
Jean-Christophe PLAGNIOL-VILLARD
2011-12-29 15:05:50 +08:00
ascendente 3dcb7ea137
cometimento 98619dcb77
10 ficheiros modificados com 10 adições e 0 eliminações

Ver ficheiro

@@ -167,6 +167,7 @@ static struct atmel_nand_data __initdata ek_nand_data = {
.enable_pin = AT91_PIN_PC14,
.det_pin = -EINVAL,
.ecc_mode = NAND_ECC_SOFT,
.on_flash_bbt = 1,
.parts = ek_nand_partition,
.num_parts = ARRAY_SIZE(ek_nand_partition),
};