From: Øyvind H. <go...@us...> - 2010-05-18 11:48:53
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via e92b203a768731fdbc1499c59b0a60e1a2b290a7 (commit) from dc464ad88e7b7c5e0014a1784edcdb2fdcb448fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e92b203a768731fdbc1499c59b0a60e1a2b290a7 Author: Marc Pignat <mar...@he...> Date: Tue May 18 11:38:01 2010 +0200 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 <oyv...@zy...> 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 { ----------------------------------------------------------------------- Summary of changes: tcl/board/at91rm9200-dk.cfg | 3 +++ tcl/target/at91rm9200.cfg | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |