commit | 20362000f069adaa9ed8305aacb5bcf446017130 | [log] [tgz] |
---|---|---|
author | Nick Spence <Nick.Spence@freescale.com> | Sat Sep 30 00:32:59 2006 -0700 |
committer | Kim Phillips <kim.phillips@freescale.com> | Fri Nov 03 19:42:17 2006 -0600 |
tree | 5c8581b76e8331c0eea71e060a8ce052784ac136 | |
parent | ec9670b94fb59c4c45131d1a7f2909e3b9492393 [diff] |
NAND Flash verify across block boundaries This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is defined and the write crosses a block boundary. The pointer to the verification buffer (bufstart) is not being updated to reflect the starting of the new block so the verification of the second block fails. CHANGELOG: * Fix NAND FLASH page verification across block boundaries