cfg: fix incorrect stm32vldiscovery working area
The working area used in the config was incorrect, we only have 8K on this board not 16K as the original cfg was declaring. Change-Id: Ie0309fb86d839bd3bc1ac9383905b581fac5c388 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/598 Tested-by: jenkins Reviewed-by: Mathias Küster <kesmtp@freenet.de> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>__archive__
parent
8002ed268d
commit
ee38fff78b
|
@ -3,5 +3,6 @@
|
||||||
|
|
||||||
source [find interface/stlink-v1.cfg]
|
source [find interface/stlink-v1.cfg]
|
||||||
|
|
||||||
|
set WORKAREASIZE 0x2000
|
||||||
source [find target/stm32f1x_stlink.cfg]
|
source [find target/stm32f1x_stlink.cfg]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue