diff options
-rw-r--r-- | tcl/target/imx31.cfg | 2 | ||||
-rw-r--r-- | tcl/target/imx35.cfg | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index ad99975..f579d6e 100644 --- a/tcl/target/imx31.cfg +++ b/tcl/target/imx31.cfg @@ -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 diff --git a/tcl/target/imx35.cfg b/tcl/target/imx35.cfg index 446eef6..800e142 100644 --- a/tcl/target/imx35.cfg +++ b/tcl/target/imx35.cfg @@ -1,6 +1,9 @@ # imx35 config # +reset_config trst_and_srst srst_nogate + + if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { |