aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/am437x.cfg
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-03-18 15:23:06 -0500
committerPaul Fertser <fercerpav@gmail.com>2015-04-14 11:18:48 +0100
commit0c20f1ff3f50f0bc6e225c16460e5fbbb58e82a7 (patch)
tree302dbf7c363f5126eec74f48a8689b1c424d5bf3 /tcl/target/am437x.cfg
parentc8fe9f6b4cceb8f69feb666cd115b20adc7524a5 (diff)
downloadriscv-openocd-0c20f1ff3f50f0bc6e225c16460e5fbbb58e82a7.zip
riscv-openocd-0c20f1ff3f50f0bc6e225c16460e5fbbb58e82a7.tar.gz
riscv-openocd-0c20f1ff3f50f0bc6e225c16460e5fbbb58e82a7.tar.bz2
target: am437x: fix DebugSS DAP ID
Main DAP (where Cortex A9 sits) ID is actually 0x46b6902f. Fix it. Change-Id: Ifa3335186bcf60d264d4ecea477bfe2f5ca10ead Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-on: http://openocd.zylin.com/2619 Tested-by: jenkins Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'tcl/target/am437x.cfg')
-rw-r--r--tcl/target/am437x.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/am437x.cfg b/tcl/target/am437x.cfg
index 75c13e4..8b51f99 100644
--- a/tcl/target/am437x.cfg
+++ b/tcl/target/am437x.cfg
@@ -456,7 +456,7 @@ jtag configure $_CHIPNAME.m3_dap -event tap-enable "icepick_d_tapenable $_CHIPNA
if { [info exists DAP_TAPID] } {
set _DAP_TAPID $DAP_TAPID
} else {
- set _DAP_TAPID 0x4b6b902f
+ set _DAP_TAPID 0x46b6902f
}
jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_DAP_TAPID -disable
jtag configure $_CHIPNAME.dap -event tap-enable "icepick_d_tapenable $_CHIPNAME.jrc 12"