diff options
author | Marc Pignat <marc.pignat@hevs.ch> | 2010-05-18 11:38:01 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-18 11:48:47 +0200 |
commit | e92b203a768731fdbc1499c59b0a60e1a2b290a7 (patch) | |
tree | 023421f5bc51b7d00a78717293d7fcdc29bd72d1 /tcl/target | |
parent | dc464ad88e7b7c5e0014a1784edcdb2fdcb448fd (diff) | |
download | openocd_libswd-e92b203a768731fdbc1499c59b0a60e1a2b290a7.tar.gz openocd_libswd-e92b203a768731fdbc1499c59b0a60e1a2b290a7.tar.bz2 openocd_libswd-e92b203a768731fdbc1499c59b0a60e1a2b290a7.tar.xz openocd_libswd-e92b203a768731fdbc1499c59b0a60e1a2b290a7.zip |
at91rm9200 : reset_config should go to the board config file
Let other boards do other things with srst and trst.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/at91rm9200.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/target/at91rm9200.cfg b/tcl/target/at91rm9200.cfg index e2972d72..a9cda192 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 { |