X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fspi.c;h=5bb322c1f958cd6bcc4eb37bef394ea444f312c1;hp=32c00b85b869926a04d0ea368757fe8ed5bb8fef;hb=73867c260ab39a8208232499d2f960021612e116;hpb=40d6e8826872906651fabffc9a6463e7e074fc8c diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 32c00b85b8..5bb322c1f9 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -74,5 +74,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q32fv", 0xd8, 0xc7, 0x001640ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q32dw", 0xd8, 0xc7, 0x001660ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q64cv", 0xd8, 0xc7, 0x001740ef, 0x100, 0x10000, 0x800000), + FLASH_ID("gd gd25q20", 0x20, 0xc7, 0x00c84012, 0x100, 0x1000, 0x80000), FLASH_ID(NULL, 0, 0, 0, 0, 0, 0) };