From be33b046b549ad88c204c209508cd7657232ffbd Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Wed, 1 Apr 2009 15:02:13 -0500 Subject: Remove legacy NAND and disk on chip code. Legacy NAND had been scheduled for removal. Any boards that use this were already not building in the previous release due to an #error. The disk on chip code in common/cmd_doc.c relies on legacy NAND, and it has also been removed. There is newer disk on chip code in drivers/mtd/nand; someone with access to hardware and sufficient time and motivation can try to get that working, but for now disk on chip is not supported. Signed-off-by: Scott Wood --- fs/jffs2/jffs2_nand_1pass.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fs/jffs2/jffs2_nand_1pass.c') diff --git a/fs/jffs2/jffs2_nand_1pass.c b/fs/jffs2/jffs2_nand_1pass.c index 6eb674550a..fe8c70d91d 100644 --- a/fs/jffs2/jffs2_nand_1pass.c +++ b/fs/jffs2/jffs2_nand_1pass.c @@ -1,7 +1,5 @@ #include -#if !defined(CONFIG_NAND_LEGACY) - #include #include #include @@ -1034,5 +1032,3 @@ jffs2_1pass_info(struct part_info * part) } return 1; } - -#endif -- cgit v1.2.1