From: oharboe at B. <oh...@ma...> - 2009-07-08 08:32:28
|
Author: oharboe Date: 2009-07-08 08:32:27 +0200 (Wed, 08 Jul 2009) New Revision: 2493 Modified: trunk/tcl/target/imx21.cfg trunk/tcl/target/imx27.cfg Log: sharpen reset_config for imx27 - use both trst & srst. srst pulls trst. Modified: trunk/tcl/target/imx21.cfg =================================================================== --- trunk/tcl/target/imx21.cfg 2009-07-07 16:50:28 UTC (rev 2492) +++ trunk/tcl/target/imx21.cfg 2009-07-08 06:32:27 UTC (rev 2493) @@ -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] } { Modified: trunk/tcl/target/imx27.cfg =================================================================== --- trunk/tcl/target/imx27.cfg 2009-07-07 16:50:28 UTC (rev 2492) +++ trunk/tcl/target/imx27.cfg 2009-07-08 06:32:27 UTC (rev 2493) @@ -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 |