Author: hailfinger
Date: 2008-01-10 14:27:22 +0100 (Thu, 10 Jan 2008)
New Revision: 3042

Modified:
   trunk/util/flashrom/flashchips.c
Log:
Enable MX25L8005 support in flashrom. The #defines were already there.

Signed-off-by: Harald Gutmann <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c    2008-01-09 11:37:58 UTC (rev 3041)
+++ trunk/util/flashrom/flashchips.c    2008-01-10 13:27:22 UTC (rev 3042)
@@ -52,6 +52,8 @@
         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,


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to