diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c index f007ad758..42ab73049 100644 --- a/src/flash/nor/stm32f2x.c +++ b/src/flash/nor/stm32f2x.c @@ -713,6 +713,10 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size) snprintf(buf, buf_size, "Y"); break; + case 0x2003: + snprintf(buf, buf_size, "X"); + break; + default: snprintf(buf, buf_size, "unknown"); break;