summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Gutmann <harald.gutmann@gmx.net>2008-01-10 13:27:22 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-01-10 13:27:22 +0000
commit2e152be16ef9c96313224702fec2c4dc36e70d57 (patch)
treeec6bd02afa8ac14849ada519b539d09f65515ee3
parent247a423dee40f51b1f6ef07865c55126bd9660d1 (diff)
downloadcoreboot-2e152be16ef9c96313224702fec2c4dc36e70d57.tar.xz
Enable MX25L8005 support in flashrom. The #defines were already there.
Signed-off-by: Harald Gutmann <harald.gutmann@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3042 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--util/flashrom/flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index 8197ce8d9d..bdafbe6874 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/flashchips.c
@@ -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,