commit | aa646643b6bc250cb3a4966bf728876e0c10d329 | [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 | 4f32d7760a58fe73981b6edc0b0751565d2daa4c [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>