summaryrefslogtreecommitdiff
path: root/tcl/target/imx25.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/imx25.cfg')
-rw-r--r--tcl/target/imx25.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcl/target/imx25.cfg b/tcl/target/imx25.cfg
index 8f8fa057..6474a859 100644
--- a/tcl/target/imx25.cfg
+++ b/tcl/target/imx25.cfg
@@ -14,12 +14,12 @@ if { [info exists ENDIAN] } {
set _ENDIAN little
}
-if { [info exists SJCTAPID ] } {
- set _SJCTAPID $SJCTAPID
+if { [info exists ETBTAPID ] } {
+ set _ETBTAPID $ETBTAPID
} else {
- set _SJCTAPID 0x1b900f0f
+ set _ETBTAPID 0x1b900f0f
}
-jtag newtap $_CHIPNAME sjc -irlen 4 -expected-id $_SJCTAPID
+jtag newtap $_CHIPNAME etb -irlen 4 -irmask 0x0f -expected-id $_ETBTAPID
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID