Author: stuge
Date: 2009-04-20 01:24:26 +0200 (Mon, 20 Apr 2009)
New Revision: 4139

Modified:
   trunk/util/flashrom/flashchips.c
Log:
flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7

Signed-off-by: Stephan Guilloux <[email protected]>
Acked-by: Peter Stuge <[email protected]>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c    2009-04-19 23:04:00 UTC (rev 4138)
+++ trunk/util/flashrom/flashchips.c    2009-04-19 23:24:26 UTC (rev 4139)
@@ -806,7 +806,7 @@
                .page_size      = 256,
                .tested         = TEST_UNTESTED,
                .probe          = probe_spi_rdid,
-               .erase          = spi_chip_erase_c7,
+               .erase          = spi_chip_erase_60_c7,
                .write          = spi_chip_write,
                .read           = spi_chip_read,
        },
@@ -820,7 +820,7 @@
                .page_size      = 256,
                .tested         = TEST_UNTESTED,
                .probe          = probe_spi_rdid,
-               .erase          = spi_chip_erase_c7,
+               .erase          = spi_chip_erase_60_c7,
                .write          = spi_chip_write,
                .read           = spi_chip_read,
        },


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to