summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
commit6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 (patch)
treebac1ae421726a589ae26d22a10ce26f75719a74a /tcl/board
parent85944d4144a1df0647e4324d1cf8ae9a276b70e5 (diff)
downloadopenocd+libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.gz
openocd+libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.bz2
openocd+libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.xz
openocd+libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.zip
target.cfg: (re)move some bogus reset_config lines
General rule, this is all board-specific and doesn't belong in target config files. Some of these were just cosmetic. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/atmel_sam3u_ek.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/atmel_sam3u_ek.cfg b/tcl/board/atmel_sam3u_ek.cfg
index f7501d00..13d930b1 100644
--- a/tcl/board/atmel_sam3u_ek.cfg
+++ b/tcl/board/atmel_sam3u_ek.cfg
@@ -1 +1,4 @@
source [find target/at91sam3u4e.cfg]
+
+reset_config srst_only
+