This is an automated email from Gerrit.

Robert Jordens (jord...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3349

-- gerrit

commit a28cfe5572f18ad6cf10a231a65ea9f1e40e6cf1
Author: Robert Jordens <jord...@gmail.com>
Date:   Mon Feb 22 18:00:38 2016 +0100

    flash/nor/spi: fix macronix 25l1005 chip erase
    
    Change-Id: Ibc445bbe9360d0f1f41e71af8b990b96e0ae5d1f
    Signed-off-by: Robert Jordens <jord...@gmail.com>

diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c
index b615ab9..1705131 100644
--- a/src/flash/nor/spi.c
+++ b/src/flash/nor/spi.c
@@ -62,7 +62,7 @@ const struct flash_device flash_devices[] = {
        FLASH_ID("atmel 25f4096",  0x52, 0x62, 0x0064001f, 0x100, 0x10000, 
0x80000),
        FLASH_ID("atmel 25fs040",  0xd7, 0xc7, 0x0004661f, 0x100, 0x10000, 
0x80000),
        FLASH_ID("mac 25l512",     0xd8, 0xc7, 0x001020c2, 0x010, 0x10000, 
0x10000),
-       FLASH_ID("mac 25l1005",    0xd8, 0xd8, 0x001120c2, 0x010, 0x10000, 
0x20000),
+       FLASH_ID("mac 25l1005",    0xd8, 0xc7, 0x001120c2, 0x010, 0x10000, 
0x20000),
        FLASH_ID("mac 25l2005",    0xd8, 0xc7, 0x001220c2, 0x010, 0x10000, 
0x40000),
        FLASH_ID("mac 25l4005",    0xd8, 0xc7, 0x001320c2, 0x010, 0x10000, 
0x80000),
        FLASH_ID("mac 25l8005",    0xd8, 0xc7, 0x001420c2, 0x010, 0x10000, 
0x100000),

-- 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to