summaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/stm32f2xxx.c')
-rw-r--r--src/flash/nor/stm32f2xxx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flash/nor/stm32f2xxx.c b/src/flash/nor/stm32f2xxx.c
index cc5bddbf..df50e84b 100644
--- a/src/flash/nor/stm32f2xxx.c
+++ b/src/flash/nor/stm32f2xxx.c
@@ -659,6 +659,10 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
snprintf(buf, buf_size, "Z");
break;
+ case 0x2001:
+ snprintf(buf, buf_size, "Y");
+ break;
+
default:
snprintf(buf, buf_size, "unknown");
break;