Signed-off-by: Alistair Francis <[email protected]>
---
 src/flash/nor/fespi.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/flash/nor/fespi.c b/src/flash/nor/fespi.c
index 90242b1a..05489fdf 100644
--- a/src/flash/nor/fespi.c
+++ b/src/flash/nor/fespi.c
@@ -136,7 +136,8 @@ struct fespi_target {
 /* TODO !!! What is the right naming convention here? */
 static const struct fespi_target target_devices[] = {
        /* name,   tap_idcode, ctrl_base */
-       { "Freedom E300 SPI Flash",  0x10e31913 , 0x10014000 },
+       { "Freedom E310-G000 SPI Flash",  0x10e31913 , 0x10014000 },
+       { "Freedom E310-G002 SPI Flash",  0x20000913 , 0x10014000 },
        { NULL,    0,           0          }
 };
 
-- 
2.26.2



_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to