diff options
author | Tormod 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 |
commit | d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96 (patch) | |
tree | 04e8f0d051a9bb554eecab0dd8d92570ec3c6521 /tcl/board/stm3210b_eval.cfg | |
parent | 9f18afc39edaf85fccd9b8392067f43fe1a2d295 (diff) | |
download | riscv-openocd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.zip riscv-openocd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.tar.gz riscv-openocd-d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96.tar.bz2 |
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.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tcl/board/stm3210b_eval.cfg b/tcl/board/stm3210b_eval.cfg index d6b9dad..70798c1 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] |