commit | 193a0f50b1f5a136293e399bccc346b9a42c56c3 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Jan 12 19:07:23 2012 -0600 |
committer | Scott Wood <scottwood@freescale.com> | Thu Jan 26 16:09:06 2012 -0600 |
tree | 6ca33378286e482078718d76e2e195fad988bcd3 | |
parent | b72e962dafb317e21d2c8aca3d22f1c385bd06e6 [diff] |
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: Scott Wood <scottwood@freescale.com>