mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-18 10:11:16 +01:00
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 |
||
|---|---|---|
| .. | ||
| diskonchip.c | ||
| Makefile | ||
| nand.c | ||
| nand_base.c | ||
| nand_bbt.c | ||
| nand_ecc.c | ||
| nand_ids.c | ||
| nand_util.c | ||