summaryrefslogtreecommitdiff
path: root/tcl/board/stm3210b_eval.cfg
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2010-12-19 23:39:04 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-12-20 07:52:28 +0100
commitd33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96 (patch)
tree04e8f0d051a9bb554eecab0dd8d92570ec3c6521 /tcl/board/stm3210b_eval.cfg
parent9f18afc39edaf85fccd9b8392067f43fe1a2d295 (diff)
downloadopenocd_libswd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.tar.gz
openocd_libswd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.tar.bz2
openocd_libswd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.tar.xz
openocd_libswd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.zip
tcl/board: Clean up STM32 EVAL boards configurations
Make consistent use of hex memory size for flashing. Delete stm32f10x_128k_eval.cfg. It has no product reference nor any settings in it.
Diffstat (limited to 'tcl/board/stm3210b_eval.cfg')
-rw-r--r--tcl/board/stm3210b_eval.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcl/board/stm3210b_eval.cfg b/tcl/board/stm3210b_eval.cfg
index d6b9dad5..70798c18 100644
--- a/tcl/board/stm3210b_eval.cfg
+++ b/tcl/board/stm3210b_eval.cfg
@@ -1,8 +1,7 @@
# This is an STM32 eval board with a single STM32F10x (128KB) chip.
# http://www.st.com/internet/evalboard/product/176090.jsp
-# increase working area for faster flash programming
-
-set WORKAREASIZE 32768
+# increase working area to 32KB for faster flash programming
+set WORKAREASIZE 0x8000
source [find target/stm32.cfg]