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.
This commit is contained in:
Tormod Volden
2010-12-19 23:39:04 +01:00
committed by Øyvind Harboe
parent 9f18afc39e
commit d33f4a2ad5
5 changed files with 8 additions and 15 deletions

View File

@@ -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]