SMDK6410 is not target, move file to board
[fw/openocd] / tcl / board / ek-lm3s811.cfg
index d3f93d061d4a17dd4cae7651e5c1ba4be2339344..f8b3a2e82ebf24c35ae14d5fbcfc85aa107f3afe 100644 (file)
@@ -3,17 +3,11 @@
 #
 # http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html
 
-# include the FT2232 interface config for on-board JTAG interface
+# NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
+# so is using it in JTAG mode, as done here.
+# NOTE:  older '811-EK boards (before rev C) shouldn't use this.
 source [find interface/luminary.cfg]
 
 # include the target config
-source [find target/lm3s811.cfg]
-
-# jtag speed
-jtag_khz 500
-
-jtag_nsrst_delay 100
-jtag_ntrst_delay 100
-
-#LM3S811 Evaluation Board has only srst
-reset_config srst_only
+set CHIPNAME lm3s811
+source [find target/stellaris.cfg]