commit | b63e90626a057b6e0a01659d22d081abe897bf5c | [log] [tgz] |
---|---|---|
author | Sanchayan Maity <maitysanchayan@gmail.com> | Mon Nov 24 11:03:59 2014 +0530 |
committer | Scott Wood <scottwood@freescale.com> | Wed Nov 26 19:53:49 2014 -0600 |
tree | b7d4ffacacc19db781f522b420832132888497ff | |
parent | 628ee1e42789c437c5023e99b97c8998dee15881 [diff] |
mtd/nand/vf610_nfc: Disable subpage writes This patch disables subpage writes for vf610_nfc nand driver. This is required, as without this fix, writing unaligned u-boot images with DFU results in a hang. Trying to write unalgined binary images also results in a hang, without disabling subpage writes. Patch has been tested on a Colibri VF61 module. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>