diff options
author | Barry Song <barry.song@analog.com> | 2010-08-05 11:07:39 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-08-05 16:13:56 +0100 |
commit | 7ee064c90b3a65aa0c8d8cd87681177645db494e (patch) | |
tree | 46d6f70cb6f17cf55d7c21a692f0cf35b768069e /drivers/mtd | |
parent | e17f47a14b3418711d9fee5c0a77ef0b672f5eaa (diff) | |
download | linux-3.10-7ee064c90b3a65aa0c8d8cd87681177645db494e.tar.gz linux-3.10-7ee064c90b3a65aa0c8d8cd87681177645db494e.tar.bz2 linux-3.10-7ee064c90b3a65aa0c8d8cd87681177645db494e.zip |
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 <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/bf5xx_nand.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index 2974995e194..524cf5f4152 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 |