]> git.ipfire.org Git - people/ms/u-boot.git/commit
Noisily disable the legacy NAND subsystem.
authorScott Wood <scottwood@freescale.com>
Wed, 1 Apr 2009 20:33:24 +0000 (15:33 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 3 Apr 2009 20:27:26 +0000 (15:27 -0500)
commit99067b08f4a0ce20ff337a35211239f334d8f451
tree311ff7bf47aa9f38c01b33f713a431dd2ffe5e67
parent69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
Noisily disable the legacy NAND subsystem.

Legacy NAND is marked for feature removal after April 2009 (i.e. this
upcoming release).  There are still several boards that reference it
(though many do so only for disk-on-chip support which has been silently
disabled for a while now).  These boards will now fail to build
with #error, though the code is still there if the user removes #error.

The plan is to remove the code outright in the next release, along with
any board code that refers to it (such as board/esd/common/auto_update.c).

Also, remove the legacy NAND API description from README.nand.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_doc.c
doc/README.nand
drivers/mtd/nand_legacy/nand_legacy.c