X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fxilinx_zynqmp.cfg;h=2df7a4ff9176f4cbcc1d4ec0551da617b20ff0b3;hb=ad5ca263e931792483cdb2a820b7aba3980829eb;hp=e66289a707b96e7d3bef414c76381232f10e1195;hpb=4e872a797f81595d5de790138bdec62f2bf175f0;p=fw%2Fopenocd diff --git a/tcl/target/xilinx_zynqmp.cfg b/tcl/target/xilinx_zynqmp.cfg index e66289a70..2df7a4ff9 100644 --- a/tcl/target/xilinx_zynqmp.cfg +++ b/tcl/target/xilinx_zynqmp.cfg @@ -99,7 +99,7 @@ targets $_TARGETNAME.0 proc core_up { args } { global _TARGETNAME - foreach { core } [set args] { + foreach core $args { $_TARGETNAME.$core arp_examine } }