aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-04-27 10:44:13 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-04-30 13:06:34 +0000
commitee38fff78bf0572f6dcef94b11aa562b29b09125 (patch)
treeb91f50ef2e4d287241dd84bf07e6ee78e8c108b5 /tcl
parent8002ed268d5936fbf024b09b60eecae00d058bc4 (diff)
downloadriscv-openocd-ee38fff78bf0572f6dcef94b11aa562b29b09125.zip
riscv-openocd-ee38fff78bf0572f6dcef94b11aa562b29b09125.tar.gz
riscv-openocd-ee38fff78bf0572f6dcef94b11aa562b29b09125.tar.bz2
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>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/stm32vldiscovery.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl/board/stm32vldiscovery.cfg b/tcl/board/stm32vldiscovery.cfg
index ca9dcbd..72182fa 100644
--- a/tcl/board/stm32vldiscovery.cfg
+++ b/tcl/board/stm32vldiscovery.cfg
@@ -3,5 +3,6 @@
source [find interface/stlink-v1.cfg]
+set WORKAREASIZE 0x2000
source [find target/stm32f1x_stlink.cfg]