diff --git a/tcl/target/imx21.cfg b/tcl/target/imx21.cfg
index fd2143e181f40906c04c0f7e0aee63aa5d16a5f5..3a02cac6c87bcefe03c96cdc15edd18036d89011 100644
--- a/tcl/target/imx21.cfg
+++ b/tcl/target/imx21.cfg
@@ -1,4 +1,6 @@
 #use combined on interfaces or targets that can't set TRST/SRST separately
+#
+# Hmmm.... should srst_pulls_trst be used here like i.MX27???
 reset_config trst_and_srst
 
 if { [info exists CHIPNAME] } {	
diff --git a/tcl/target/imx27.cfg b/tcl/target/imx27.cfg
index 7687672e4faac037d9b94eb34f804835c066c6ec..b4dc8a986cb56622d005f8fc41eb65523af3beb4 100644
--- a/tcl/target/imx27.cfg
+++ b/tcl/target/imx27.cfg
@@ -4,7 +4,7 @@
 # Without setting these options correctly you'll see all sorts
 # of weird errors, e.g. MOE=0xe, invalid cpsr values, reset
 # failing, etc.
-reset_config srst_only srst_pulls_trst
+reset_config trst_and_srst srst_pulls_trst
 
 if { [info exists CHIPNAME] } {	
    set  _CHIPNAME $CHIPNAME