]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove legacy NAND and disk on chip code.
authorScott Wood <scottwood@freescale.com>
Wed, 1 Apr 2009 20:02:13 +0000 (15:02 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 17 Jul 2009 00:07:47 +0000 (19:07 -0500)
commitbe33b046b549ad88c204c209508cd7657232ffbd
tree5e7c1c74c77a0dbaf7e4f17d3ed047d85beae414
parentfbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
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 <scottwood@freescale.com>
21 files changed:
Makefile
README
common/Makefile
common/cmd_doc.c [deleted file]
common/cmd_jffs2.c
common/cmd_mtdparts.c
common/cmd_nand.c
common/docecc.c [deleted file]
common/env_nand.c
doc/README.nand
doc/feature-removal-schedule.txt
drivers/mtd/nand/Makefile
drivers/mtd/nand/diskonchip.c
drivers/mtd/nand_legacy/Makefile [deleted file]
drivers/mtd/nand_legacy/nand_legacy.c [deleted file]
fs/jffs2/jffs2_1pass.c
fs/jffs2/jffs2_nand_1pass.c
include/linux/mtd/nand_ids.h [deleted file]
include/linux/mtd/nand_legacy.h [deleted file]
include/nand.h
lib_generic/crc32.c