From e92b203a768731fdbc1499c59b0a60e1a2b290a7 Mon Sep 17 00:00:00 2001 From: Marc Pignat Date: Tue, 18 May 2010 11:38:01 +0200 Subject: at91rm9200 : reset_config should go to the board config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let other boards do other things with srst and trst. Signed-off-by: Øyvind Harboe --- tcl/board/at91rm9200-dk.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tcl/board') diff --git a/tcl/board/at91rm9200-dk.cfg b/tcl/board/at91rm9200-dk.cfg index 402ed050..f484fded 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 } -- cgit v1.2.3