From: Tarek BOCHKATI Date: Tue, 27 Aug 2019 12:18:21 +0000 (+0200) Subject: flash/nor/stm32h7x: remove flash size information from device name X-Git-Tag: v0.11.0-rc1~600 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5b06b88af849805480060a2dcc2189a13d23d76d flash/nor/stm32h7x: remove flash size information from device name There is no sense in displaying the max size (2M) as there is variants of this device with reduced flash size Change-Id: I40574064d75fdf2a038044c81038a6d7abc6c4dd Signed-off-by: Tarek BOCHKATI Reviewed-on: http://openocd.zylin.com/5288 Tested-by: jenkins Reviewed-by: Antonio Borneo Reviewed-by: Christopher Head Reviewed-by: Tomas Vanek --- diff --git a/src/flash/nor/stm32h7x.c b/src/flash/nor/stm32h7x.c index 512aca57a7..72afc85421 100644 --- a/src/flash/nor/stm32h7x.c +++ b/src/flash/nor/stm32h7x.c @@ -141,7 +141,7 @@ static const struct stm32h7x_part_info stm32h7x_parts[] = { .id = 0x450, .revs = stm32_450_revs, .num_revs = ARRAY_SIZE(stm32_450_revs), - .device_str = "STM32H7xx 2M", + .device_str = "STM32H74x/75x", .page_size = 128, /* 128 KB */ .max_flash_size_kb = 2048, .first_bank_size_kb = 1024,