aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/stm32f2x.c')
-rw-r--r--src/flash/nor/stm32f2x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c
index 56fd9f66..8f35845b 100644
--- a/src/flash/nor/stm32f2x.c
+++ b/src/flash/nor/stm32f2x.c
@@ -779,6 +779,7 @@ static int stm32x_probe(struct flash_bank *bank)
case 0x423:
max_flash_size_in_kb = 256;
break;
+ case 0x431:
case 0x433:
max_flash_size_in_kb = 512;
break;
@@ -930,6 +931,7 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
break;
case 0x423:
+ case 0x431:
case 0x433:
device_str = "STM32F4xx (Low Power)";