commit | 6e88dc28d494acd06e7d5530027fcfff9484e430 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <lg@denx.de> | Wed Aug 06 21:42:07 2008 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 12 11:31:32 2008 -0500 |
tree | 09af8a50c8ef75cbc17594ebc487c615de6494a8 | |
parent | d2a5bb96545c3c1fcb3f764889b7ac10f60bfe28 [diff] |
nand_spl: Support page-aligned read in nand_load, use chipselect Supporting page-aligned reads doesn't incure any sinificant overhead, just a small change in the algorithm. Also replace in_8 with readb, since there is no in_8 on ARM. Signed-off-by: Guennadi Liakhovetski <lg@denx.de> Signed-off-by: Scott Wood <scottwood@freescale.com>