From: Barry Song Date: Thu, 5 Aug 2010 15:07:39 +0000 (-0400) Subject: mtd: Blackfin NFC: delete useless comment about jffs2 X-Git-Tag: upstream/snapshot3+hdmi~13517^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ee064c90b3a65aa0c8d8cd87681177645db494e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mtd: Blackfin NFC: delete useless comment about jffs2 The low level NAND driver doesn't care about filesystems, so punt the local comment indicating otherwise. Signed-off-by: Barry Song Signed-off-by: Mike Frysinger Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index 2974995..524cf5f 100644 --- a/drivers/mtd/nand/bf5xx_nand.c +++ b/drivers/mtd/nand/bf5xx_nand.c @@ -20,9 +20,6 @@ * - DMA supported in ECC_HW * - YAFFS tested as rootfs in both ECC_HW and ECC_SW * - * TODO: - * Enable JFFS2 over NAND as rootfs - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or