commit | f99613782a41dbf1b91c19684fe9556ed02ec6d1 | [log] [tgz] |
---|---|---|
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | Thu Feb 07 23:14:47 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 08 16:41:14 2013 -0500 |
tree | 067f0e73fa21536c6ec2f10d1eb312352cf74e0d | |
parent | 66c7f399239e6c0ff5db1ea87c3c2a9a8ae613a1 [diff] |
SPL: ONENAND: Fix onenand_spl_load_image implementation. Tested with an IGEPv2 board seems that current onenand_spl_load_image implementation doesn't work. This patch fixes this function changing the read loop and reading the onenand blocks from page to page. Tested with various IGEP based boards with a OneNAND from Numonyx. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>