aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/exynos5250.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/exynos5250.cfg')
-rw-r--r--tcl/target/exynos5250.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcl/target/exynos5250.cfg b/tcl/target/exynos5250.cfg
index 36783410..d3aaa986 100644
--- a/tcl/target/exynos5250.cfg
+++ b/tcl/target/exynos5250.cfg
@@ -17,7 +17,8 @@ if { [info exists CPUTAPID] } {
jtag newtap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID
set _TARGETNAME $_CHIPNAME.cpu
-target create ${_TARGETNAME}0 cortex_a -chain-position $_TARGETNAME
-target create ${_TARGETNAME}1 cortex_a -chain-position $_TARGETNAME
+dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
+target create ${_TARGETNAME}0 cortex_a -dap $_CHIPNAME.dap
+target create ${_TARGETNAME}1 cortex_a -dap $_CHIPNAME.dap
target smp ${_TARGETNAME}0 ${_TARGETNAME}1