From 1d8c36e16a0112f8778658f3472936dc25e7b347 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 18 Mar 2015 16:01:00 -0500 Subject: [PATCH 1/1] tcl: target: am437x: pass coreid This commit is only for the sake of completeness as default coreid is zero. In any case, coreids 1-4 are used for the different PRU cores inside the SoC. Change-Id: I775f2f444b1a908ffaf7bdbc43bcc966f19668c4 Signed-off-by: Felipe Balbi Reviewed-on: http://openocd.zylin.com/2621 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 1e3cbc52c4..e928dabc11 100644 --- a/tcl/target/am437x.cfg +++ b/tcl/target/am437x.cfg @@ -486,7 +486,7 @@ jtag configure $JRC_NAME -event post-reset "runtest 100" # # Cortex A9 target # -target create $_TARGETNAME cortex_a -chain-position $DEBUGSS_NAME -dbgbase 0x80000000 +target create $_TARGETNAME cortex_a -chain-position $DEBUGSS_NAME -coreid 0 -dbgbase 0x80000000 # SRAM: 256K at 0x4030.0000 -- 2.30.2