mips: optimize write code for speed
[fw/openocd] / tcl / board / stm32100b_eval.cfg
index f73443024a9d401cba433e0e34f42532ce4d5282..41153e555b884be027fbc156edfb8dbef7ff2cc8 100644 (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]
+source [find target/stm32f1x.cfg]