X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fspi.c;h=789757e32216ddb0643f140f964b869046f3d0a7;hp=711ba518702387fde80998a84d5631cea1e4eda9;hb=bb91c64a6094ef5884ec8d93db6f9a3393e58449;hpb=1f143e4391eacb09e13276c8200ddda74188dc86 diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 711ba51870..789757e322 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -21,7 +21,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -66,6 +65,7 @@ struct flash_device flash_devices[] = { FLASH_ID("mac 25l3205", 0xd8, 0xc7, 0x001620c2, 0x100, 0x10000, 0x400000), FLASH_ID("mac 25l6405", 0xd8, 0xc7, 0x001720c2, 0x100, 0x10000, 0x800000), FLASH_ID("mcr n25q064", 0xd8, 0xc7, 0x0017ba20, 0x100, 0x10000, 0x800000), + FLASH_ID("win w25q80bv", 0xd8, 0xc7, 0x001440ef, 0x100, 0x10000, 0x100000), FLASH_ID("win w25q32dw", 0xd8, 0xc7, 0x001660ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q64cv", 0xd8, 0xc7, 0x001740ef, 0x100, 0x10000, 0x800000), FLASH_ID(NULL, 0, 0, 0, 0, 0, 0)