at91rm9200 : reset_config should go to the board config file
[fw/openocd] / tcl / board / at91rm9200-dk.cfg
index 402ed050dc8c093f9301d8a7c443f87fdbba37e1..f484fded1f78faf5c6b6b83c44817a9844426bc6 100644 (file)
@@ -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 }