From 7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822 Mon Sep 17 00:00:00 2001
From: oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Wed, 22 Jul 2009 19:35:23 +0000
Subject: [PATCH] Jonathan Cameron <jic23@cam.ac.uk> fix regression from 1836
 when the reset_config command was removed from pxa270.cfg

git-svn-id: svn://svn.berlios.de/openocd/trunk@2557 b42882b7-edfa-0310-969c-e2dbd0fdcd60
---
 tcl/board/crossbow_tech_imote2.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tcl/board/crossbow_tech_imote2.cfg b/tcl/board/crossbow_tech_imote2.cfg
index c27144023..7e9d487ca 100644
--- a/tcl/board/crossbow_tech_imote2.cfg
+++ b/tcl/board/crossbow_tech_imote2.cfg
@@ -6,5 +6,7 @@ source [find target/pxa270.cfg]
 # longer-than-normal reset delay
 jtag_nsrst_delay 800 
 
+reset_config trst_and_srst separate
+
 # works for P30 flash
 flash bank cfi 0x00000000 0x2000000 2 2 $_TARGETNAME
-- 
GitLab