mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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>
This commit is contained in:
parent
115d390f1f
commit
11c9e687b4
@ -2236,7 +2236,7 @@ struct flashchip flashchips[] = {
|
|||||||
.block_erase = erase_sector_jedec, /* missing unlock */
|
.block_erase = erase_sector_jedec, /* missing unlock */
|
||||||
}, {
|
}, {
|
||||||
.eraseblocks = { {64 * 1024, 8} },
|
.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} },
|
.eraseblocks = { {512 * 1024, 1} },
|
||||||
.block_erase = NULL, /* AA 55 80 AA 55 10, only in PP mode */
|
.block_erase = NULL, /* AA 55 80 AA 55 10, only in PP mode */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user