X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tcl%2Ftarget%2Fexynos5250.cfg;h=d3aaa986d51192ac48f34e76c7e901b1b936fae3;hb=537bbefcbd693d3c544c7d12e015d615193d0c82;hp=36783410ba009bc0b5c8bb85910fa47ab364bc84;hpb=385dde88608d4e133fd306bd4a4926815cf94423;p=fw%2Fopenocd diff --git a/tcl/target/exynos5250.cfg b/tcl/target/exynos5250.cfg index 36783410b..d3aaa986d 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