summaryrefslogtreecommitdiff
path: root/tcl/board/stm3210e_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/stm3210e_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/stm3210e_eval.cfg')
-rw-r--r--tcl/board/stm3210e_eval.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcl/board/stm3210e_eval.cfg b/tcl/board/stm3210e_eval.cfg
index b1da54c4..786d0279 100644
--- a/tcl/board/stm3210e_eval.cfg
+++ b/tcl/board/stm3210e_eval.cfg
@@ -1,9 +1,8 @@
# This is an STM32 eval board with a single STM32F103ZET6 chip.
# http://www.st.com/internet/evalboard/product/204176.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]