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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user