commit | 226045734189690e91b7a101d22ce94793209bab | [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 | f09eb52b3ffcc63b5bdaa5ca33f130491201f571 [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>