Skip to content
Snippets Groups Projects
Commit 578931b3 authored by Scott Wood's avatar Scott Wood
Browse files

nand: Introduce CONFIG_SYS_NAND_SELF_INIT


This allows a driver to run code between nand_scan_ident() and
nand_scan_tail(), among other things.  See the additions to
doc/README.nand for details.

To allow a gradual transition, Boards that don't set
CONFIG_SYS_NAND_SELF_INIT will still be initialized the old way, but
new drivers should not require this, and existing drivers should be
converted when convenient.

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 25efd99d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment