diff --git a/src/flash/nor/stm32f2xxx.c b/src/flash/nor/stm32f2xxx.c index cc5bddbf3..df50e84b0 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;