Let other boards do other things with srst and trst.

---
 tcl/board/at91rm9200-dk.cfg |    3 +++
 tcl/target/at91rm9200.cfg   |    2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tcl/board/at91rm9200-dk.cfg b/tcl/board/at91rm9200-dk.cfg
index 402ed05..f484fde 100644
--- a/tcl/board/at91rm9200-dk.cfg
+++ b/tcl/board/at91rm9200-dk.cfg
@@ -5,6 +5,9 @@
 #
 # It has atmel at91rm9200 chip.
 source [find target/at91rm9200.cfg]
+
+reset_config trst_and_srst
+
 $_TARGETNAME configure -event gdb-attach { reset init }
 $_TARGETNAME configure -event reset-init { at91rm9200_dk_init }

diff --git a/tcl/target/at91rm9200.cfg b/tcl/target/at91rm9200.cfg
index e2972d7..a9cda19 100644
--- a/tcl/target/at91rm9200.cfg
+++ b/tcl/target/at91rm9200.cfg
@@ -1,8 +1,6 @@
 # Atmel AT91rm9200
 # http://atmel.com/products/at91/

-reset_config trst_and_srst
-
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
 } else {
--
1.7.1

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to