mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
Enable MX25L8005 support
The #defines were already there. Corresponding to flashrom svn r176 and coreboot v2 svn r3042. Signed-off-by: Harald Gutmann <harald.gutmann@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
f9aa3a8950
commit
9bb1c5d7ee
@ -52,6 +52,8 @@ struct flashchip flashchips[] = {
|
||||
probe_29f002, erase_29f002, write_29f002},
|
||||
{"MX25L4005", MX_ID, MX_25L4005, 512, 256,
|
||||
probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write},
|
||||
{"MX25L8005", MX_ID, MX_25L8005, 1024, 256,
|
||||
probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write},
|
||||
{"SST25VF040B", SST_ID, SST_25VF040B, 512, 256,
|
||||
probe_spi, generic_spi_chip_erase_c7, generic_spi_chip_write},
|
||||
{"SST25VF016B", SST_ID, SST_25VF016B, 2048, 256,
|
||||
|
Loading…
x
Reference in New Issue
Block a user