aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/davinci_nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/davinci_nand.c')
-rw-r--r--drivers/mtd/nand/davinci_nand.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c
index 2ac7367afe77..70698e86e437 100644
--- a/drivers/mtd/nand/davinci_nand.c
+++ b/drivers/mtd/nand/davinci_nand.c
@@ -749,6 +749,9 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
749 * breaks userspace ioctl interface with mtd-utils. Once we 749 * breaks userspace ioctl interface with mtd-utils. Once we
750 * resolve this issue, NAND_ECC_HW_OOB_FIRST mode can be used 750 * resolve this issue, NAND_ECC_HW_OOB_FIRST mode can be used
751 * for the 4KiB page chips. 751 * for the 4KiB page chips.
752 *
753 * TODO: Note that nand_ecclayout has now been expanded and can
754 * hold plenty of OOB entries.
752 */ 755 */
753 dev_warn(&pdev->dev, "no 4-bit ECC support yet " 756 dev_warn(&pdev->dev, "no 4-bit ECC support yet "
754 "for 4KiB-page NAND\n"); 757 "for 4KiB-page NAND\n");