Commit 9bb1c5d7 authored by Harald Gutmann's avatar Harald Gutmann Committed by Carl-Daniel Hailfinger
Browse files

Enable MX25L8005 support


The #defines were already there.

Corresponding to flashrom svn r176 and coreboot v2 svn r3042.
Signed-off-by: default avatarHarald Gutmann <harald.gutmann@gmx.net>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent f9aa3a89
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment