tcl/target/renesas_rz_g2: Added RZ/G2LC and RZ/G2UL
[fw/openocd] / tcl / board / olimex_stm32_h103.cfg
index de1fa8bf3c1939c65cfe7976aaff11591257b74e..ec03034c109b7204174cc990dfceedecd4eb2b3f 100644 (file)
@@ -1,11 +1,7 @@
-#
 # Olimex STM32-H103 eval board
-#
 # http://olimex.com/dev/stm32-h103.html
-#
 
-#Set flash size to 128k for STM32103RB device
-set WORKAREASIZE 0x20000
-
-source [find target/stm32.cfg]
+# Work-area size (RAM size) = 20kB for STM32F103RB device
+set WORKAREASIZE 0x5000
 
+source [find target/stm32f1x.cfg]