cfi: disable buffer writes for M29W128G

For some reason buffer writes for the M29W128G do not work reliably,
so disable them.

See:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=504a3e72208fc6a65924426ff5693982590bccdc

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-12-08 17:11:07 +00:00
parent 26ba6ea511
commit ae68ddc25e
2 changed files with 16 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ struct cfi_fixup
{
uint16_t mfr;
uint16_t id;
void (*fixup)(struct flash_bank *flash, void *param);
void (*fixup)(struct flash_bank *bank, void *param);
void *param;
};