From b23b096c8e712aabab263848594a2703f877d963 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Mon, 12 Oct 2009 09:25:08 +0200 Subject: [PATCH] Supply default reset_config statement to make target scripts useful standalone and provide sensible default --- tcl/target/imx31.cfg | 2 +- tcl/target/imx35.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index ad99975b3..f579d6e92 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 446eef62a..800e142db 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 { -- 2.11.4.GIT