u-boot/arch/arm/cpu/armv7m/stm32f4
Vadzim Dambrouski 4cd3246f2a arm: stm32f4: fix a bug when only first sector gets erased
flash_lock call is inside a for loop, so after the first iteration flash
is locked and no more sectors can be erased.
Move flash_lock out of the loop.

Signed-off-by: Vadzim Dambrouski <pftbest@gmail.com>
2015-11-10 16:48:47 +01:00
..
clock.c stm32f4: add cpu clock option for 180 MHz 2015-07-27 15:02:14 -04:00
flash.c arm: stm32f4: fix a bug when only first sector gets erased 2015-11-10 16:48:47 +01:00
Makefile ARMv7M: Add STM32F4 support 2015-04-22 12:14:55 -04:00
soc.c ARMv7M: Add STM32F4 support 2015-04-22 12:14:55 -04:00
timer.c ARMv7M: Add STM32F4 support 2015-04-22 12:14:55 -04:00