diff options
Diffstat (limited to 'flashchips.c')
| -rw-r--r-- | flashchips.c | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/flashchips.c b/flashchips.c index 45e67c64..50059972 100644 --- a/flashchips.c +++ b/flashchips.c @@ -1306,7 +1306,8 @@ struct flashchip flashchips[] = {  				.block_erase = erase_chip_block_jedec,  			}  		}, -		.write		= write_49fl00x, +		.unlock		= unlock_49fl00x, +		.write		= write_jedec_1,  		.read		= read_memmapped,  	}, @@ -3347,7 +3348,7 @@ struct flashchip flashchips[] = {  			}  		},  		.unlock		= unlock_49fl00x, -		.write		= write_49fl00x, +		.write		= write_jedec_1,  		.read		= read_memmapped,  	}, @@ -3377,7 +3378,7 @@ struct flashchip flashchips[] = {  			}  		},  		.unlock		= unlock_49fl00x, -		.write		= write_49fl00x, +		.write		= write_jedec_1,  		.read		= read_memmapped,  	}, | 
