stm32f1x: fix bug in flash loader and restrict instruction set to armv6-m
commit81b4ef6ee52fd0e897f4c2ecc6a173161abb930f
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Wed, 25 Jan 2012 00:10:24 +0000 (25 01:10 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 30 Jan 2012 20:01:42 +0000 (30 20:01 +0000)
tree7510ae4d6aeae9f02baa0cb4c6fa129b2c334db8
parent61f3d4b7e42897fb1570bd4307137833cce0f7ba
stm32f1x: fix bug in flash loader and restrict instruction set to armv6-m

Correct the offset to the read pointer when clearing it on error.

Also restrict the instruction set to armv6-m so the flash driver can be
used on Cortex-M0 parts with the same flash controller.

Change-Id: I380f9dabcc41fb6e4d43a7e02f355e2381913f39
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/399
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
contrib/loaders/flash/stm32f1x.S
src/flash/nor/stm32f1x.c