summaryrefslogtreecommitdiff
path: root/doc/README.nand
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2009-04-01 20:02:13 (GMT)
committerScott Wood <scottwood@freescale.com>2009-07-17 00:07:47 (GMT)
commitbe33b046b549ad88c204c209508cd7657232ffbd (patch)
tree5e7c1c74c77a0dbaf7e4f17d3ed047d85beae414 /doc/README.nand
parentfbdaafaee71e2c7f2c31b3582ab6d8679efee8d3 (diff)
downloadu-boot-fsl-qoriq-be33b046b549ad88c204c209508cd7657232ffbd.tar.xz
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>
Diffstat (limited to 'doc/README.nand')
-rw-r--r--doc/README.nand3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.nand b/doc/README.nand
index b077d9a..8eedb6c 100644
--- a/doc/README.nand
+++ b/doc/README.nand
@@ -105,8 +105,7 @@ NOTE:
=====
The current NAND implementation is based on what is in recent
-Linux kernels. The old legacy implementation has been disabled,
-and will be removed soon.
+Linux kernels. The old legacy implementation has been removed.
If you have board code which used CONFIG_NAND_LEGACY, you'll need
to convert to the current NAND interface for it to continue to work.