diff options
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/at91rm9200-dk.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |