diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-11-06 18:09:42 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-11-06 18:09:42 +0000 |
commit | 4a01ca8725021fb2ab1ca3210d9526d0bc9868d0 (patch) | |
tree | 90f969d61671a34cb2c7d5107c8065a7b56ee364 /flashchips.c | |
parent | 13cff671e59becc9bbb7a5925b2ca151a48025b1 (diff) | |
download | flashrom-4a01ca8725021fb2ab1ca3210d9526d0bc9868d0.zip flashrom-4a01ca8725021fb2ab1ca3210d9526d0bc9868d0.tar.gz |
Fix incorrect comment in SST49LF004A/B description
Corresponding to flashrom svn r756.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index c8d51bf..ac27c90 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2236,7 +2236,7 @@ struct flashchip flashchips[] = { .block_erase = erase_sector_jedec, /* missing unlock */ }, { .eraseblocks = { {64 * 1024, 8} }, - .block_erase = erase_sst_fwhub_block, /* same as erase_sector_block, but with unlock */ + .block_erase = erase_sst_fwhub_block, /* same as erase_block_jedec, but with unlock */ }, { .eraseblocks = { {512 * 1024, 1} }, .block_erase = NULL, /* AA 55 80 AA 55 10, only in PP mode */ |