summaryrefslogtreecommitdiff
path: root/tcl/board/ek-lm3s3748.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-lm3s3748.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-lm3s3748.cfg')
-rw-r--r--tcl/board/ek-lm3s3748.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcl/board/ek-lm3s3748.cfg b/tcl/board/ek-lm3s3748.cfg
index acc62f63..0ed1d5af 100644
--- a/tcl/board/ek-lm3s3748.cfg
+++ b/tcl/board/ek-lm3s3748.cfg
@@ -9,7 +9,3 @@ source [find interface/luminary.cfg]
set WORKAREASIZE 0x4000
set CHIPNAME lm3s3748
source [find target/stellaris.cfg]
-
-# Board has only srst
-reset_config srst_only
-