flash: don't write to FLASH_CR in stm32x_write_block
commit0900d5a3cd956d9a5aa6b4ecfe722bcce4831f32
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Wed, 11 Jul 2012 14:23:48 +0000 (11 16:23 +0200)
committerFreddie Chopin <freddie.chopin@gmail.com>
Mon, 30 Jul 2012 06:14:16 +0000 (30 06:14 +0000)
treeaf784df340bb317eebba87eab20c6daf1b0419b3
parent8cf671ea7be52096a629f08bd59492275bd3dcfb
flash: don't write to FLASH_CR in stm32x_write_block

It's unnecessary and prevents reusing this function to fix
option byte writes.

Also try to disable flash writing after an error.

Change-Id: Ib5a7b768a1523e6b8da1555126fef4c1e60ab083
Signed-off-by: Szymon Modzelewski <szmodzelewski@gmail.com>
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/479
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
contrib/loaders/flash/stm32f1x.S
src/flash/nor/stm32f1x.c