aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32.cfg
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2012-07-11 21:48:09 +0200
committerFreddie Chopin <freddie.chopin@gmail.com>2012-07-30 06:18:34 +0000
commit52125f1d13826a7afb1735bc6864387d813a082c (patch)
treec44e9672f6c87775cd16acece07a97d5ed48cb73 /tcl/target/stm32.cfg
parent951d1850494a404f775c141e44376d42760563c9 (diff)
cfg: remove deprecated stm32 target configs
These were deprecated in commit 69ac20a. Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Change-Id: I047872f8cd61b42aaca6588ab75566219e4a3f5d Reviewed-on: http://openocd.zylin.com/741 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/target/stm32.cfg')
-rw-r--r--tcl/target/stm32.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcl/target/stm32.cfg b/tcl/target/stm32.cfg
deleted file mode 100644
index 217b79d9..00000000
--- a/tcl/target/stm32.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-# deprecated cfg file
-echo "DEPRECATED! use script 'target/stm32f1x.cfg' not 'target/stm32.cfg'"
-source [find target/stm32f1x.cfg]