summaryrefslogtreecommitdiff
path: root/tcl/board/stm32100b_eval.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/stm32100b_eval.cfg')
-rw-r--r--tcl/board/stm32100b_eval.cfg4
1 files changed, 2 insertions, 2 deletions
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]