Title: [8868] trunk/arch/blackfin/configs/BF548-EZKIT_defconfig: bug[#6011], change BF548 NAND to use SWECC in default
Revision
8868
Author
bhsong
Date
2010-06-01 05:03:07 -0400 (Tue, 01 Jun 2010)

Log Message

bug[#6011], change BF548 NAND to use SWECC in default

There is a hardware anomaly in NFC. Supposing DMA hangs at page N(dma can't be finished),
in fact DMA of page n-1 has been finished, but WR_DONE bit is never set even though fifo
has been tranferred to NAND and empty. That will stop the next DMA to startup since
the last writing is pending.
Fortunately, software ECC without DMA works. It can be a choice for our users now.

Modified Paths

Diff

Modified: trunk/arch/blackfin/configs/BF548-EZKIT_defconfig (8867 => 8868)


--- trunk/arch/blackfin/configs/BF548-EZKIT_defconfig	2010-06-01 08:18:03 UTC (rev 8867)
+++ trunk/arch/blackfin/configs/BF548-EZKIT_defconfig	2010-06-01 09:03:07 UTC (rev 8868)
@@ -700,7 +700,7 @@
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
 CONFIG_MTD_NAND_IDS=y
 CONFIG_MTD_NAND_BF5XX=y
-CONFIG_MTD_NAND_BF5XX_HWECC=y
+# CONFIG_MTD_NAND_BF5XX_HWECC is not set
 # CONFIG_MTD_NAND_BF5XX_BOOTROM_ECC is not set
 # CONFIG_MTD_NAND_DISKONCHIP is not set
 # CONFIG_MTD_NAND_NANDSIM is not set
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to