tcl/target/armada370: remove useless 'init' command
[fw/openocd] / tcl / target / stm32f4x_stlink.cfg
index ec5fb9e48c7bebcaffb343dbf3d24510b61e2760..af3e8a098cd372429df15bfb5c7178f6a460e5b5 100644 (file)
@@ -1,13 +1,2 @@
-#
-# STM32f4x stlink pseudo target
-#
-
-set CHIPNAME stm32f4x
-set CPUTAPID 0x2ba01477
-set WORKAREASIZE 0x10000
-
-source [find target/stm32_stlink.cfg]
-
-# stm32f4x family uses stm32f2x driver
-set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME
+echo "WARNING: target/stm32f4x_stlink.cfg is deprecated, please switch to target/stm32f4x.cfg"
+source [find target/stm32f4x.cfg]