From 0c20f1ff3f50f0bc6e225c16460e5fbbb58e82a7 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 18 Mar 2015 15:23:06 -0500 Subject: [PATCH] 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 Reviewed-on: http://openocd.zylin.com/2619 Tested-by: jenkins Reviewed-by: Tom Rini Reviewed-by: Paul Fertser --- tcl/target/am437x.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/target/am437x.cfg b/tcl/target/am437x.cfg index 75c13e4b8..8b51f9967 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" -- 2.39.5