From d33f4a2ad5ec945a2d5d5fde2a8c52f8c5d25a96 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sun, 19 Dec 2010 23:39:04 +0100 Subject: 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. --- tcl/board/stm32100b_eval.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl/board/stm32100b_eval.cfg') diff --git a/tcl/board/stm32100b_eval.cfg b/tcl/board/stm32100b_eval.cfg index f7344302..e04b612b 100644 --- a/tcl/board/stm32100b_eval.cfg +++ b/tcl/board/stm32100b_eval.cfg @@ -1,7 +1,7 @@ # This is an STM32 eval board with a single STM32F100VBT6 chip. # http://www.st.com/internet/evalboard/product/247099.jsp -# we only have 8k sram -set WORKAREASIZE 8192 +# The chip has only 8KB sram +set WORKAREASIZE 0x2000 source [find target/stm32.cfg] -- cgit v1.2.3-18-g5258