Fix support for single-bank stm32l4 processors
commita4d50544de07f13e3f9644d2b48e41ebdc91a7a3
authorArmin van der Togt <armin@otheruse.nl>
Thu, 14 Feb 2019 14:35:07 +0000 (14 15:35 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 21 Feb 2019 06:19:55 +0000 (21 06:19 +0000)
tree6c427f3235e4c2aa0bea697cb1be4f5444adcad2
parentb04c7c2ca587feebd6506716cd84297212350608
Fix support for single-bank stm32l4 processors

Recent patches for STM32L4+ assumed all STM32L4 processors have a dual-
bank option. This is not the case for STM32L4{3,4,5,6}xx processors and
therefore, these processors (like STM32L433) failed when attempting to
flash the second half of the flash memory. This patch fixed this issue.
Tested on STM32L433xC, STM32L476xG and STM32L471xG.

Change-Id: I8262ba4f05190802c5868d753f3e7af50e581811
Signed-off-by: Armin van der Togt <armin@otheruse.nl>
Reviewed-on: http://openocd.zylin.com/4913
Tested-by: jenkins
Reviewed-by: Peter Tettelaar <peter@float-iot.nl>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Mark Schulte <mschulte@lyft.com>
src/flash/nor/stm32l4x.c