Supply default reset_config statement to make target scripts useful standalone and...
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 12 Oct 2009 07:25:08 +0000 (09:25 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 12 Oct 2009 07:25:08 +0000 (09:25 +0200)
tcl/target/imx31.cfg
tcl/target/imx35.cfg

index ad99975b3308533fb1987d0aaa62dea4f68da2dc..f579d6e9260e6cde9e60abe920aed7ca4d5892d7 100644 (file)
@@ -1,7 +1,7 @@
 # imx31 config
 #
 
-reset_config trst_and_srst
+reset_config trst_and_srst srst_nogate
 
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
index 446eef62ad882a0a947d551ca3e861672d3cfb0e..800e142dbb4f7bea1db56ad784c66cdf7f988684 100644 (file)
@@ -1,6 +1,9 @@
 # imx35 config
 #
 
+reset_config trst_and_srst srst_nogate
+
+
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
 } else {