summaryrefslogtreecommitdiff
path: root/tcl/board/ek-lm3s9b9x.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-12-02 13:11:08 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-12-03 09:02:08 +0000
commit7b2687b45bb1ff5fab478c76838a347f262d5f67 (patch)
tree08fd5e9ad3cb98150edd448846e0488197a7e047 /tcl/board/ek-lm3s9b9x.cfg
parentf0fac8a2cda054b0040ef2387d9c0776e06d73a7 (diff)
downloadopenocd+libswd-7b2687b45bb1ff5fab478c76838a347f262d5f67.tar.gz
openocd+libswd-7b2687b45bb1ff5fab478c76838a347f262d5f67.tar.bz2
openocd+libswd-7b2687b45bb1ff5fab478c76838a347f262d5f67.tar.xz
openocd+libswd-7b2687b45bb1ff5fab478c76838a347f262d5f67.zip
luminary: remove unused config cmds.
Due to commit e40aee2954d2beabe1d8c530d9ff1e564fb01f48 we now honour the targets 'reset_config' setting. Previously we ignored the srst setting for luminary targets. Luminary targets have never supported using srst to reset into debug mode so remove the option from the target configs files. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl/board/ek-lm3s9b9x.cfg')
-rw-r--r--tcl/board/ek-lm3s9b9x.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg
index 83f67319..2bc85296 100644
--- a/tcl/board/ek-lm3s9b9x.cfg
+++ b/tcl/board/ek-lm3s9b9x.cfg
@@ -12,11 +12,3 @@ source [find interface/luminary-icdi.cfg]
set WORKAREASIZE 0x4000
set CHIPNAME lm3s9b9x
source [find target/stellaris.cfg]
-
-# jtag speed
-adapter_khz 500
-
-adapter_nsrst_delay 100
-
-#LM3S9B9x Evaluation Board has only srst
-reset_config srst_only