X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Flemaker_hikey.cfg;h=325b6fdda0f08808995c48df3d3365819dbbcdc7;hb=bd4bd54b60b3297b746d3d5379f25d54846ce517;hp=d724440481f6ec8f4ae8ff4830e3640ff57dd7f7;hpb=77189db85630cef21a4887a9b1c15dac3fd48473;p=fw%2Fopenocd diff --git a/tcl/board/lemaker_hikey.cfg b/tcl/board/lemaker_hikey.cfg index d72444048..325b6fdda 100644 --- a/tcl/board/lemaker_hikey.cfg +++ b/tcl/board/lemaker_hikey.cfg @@ -10,9 +10,6 @@ reset_config srst_only srst_push_pull source [find target/hi6220.cfg] -# halt the cores when gdb attaches -${_TARGETNAME}0 configure -event gdb-attach "halt" - # make sure the default target is the boot core targets ${_TARGETNAME}0 @@ -20,7 +17,7 @@ proc core_up { args } { global _TARGETNAME # examine remaining cores - foreach _core [set args] { + foreach _core $args { ${_TARGETNAME}$_core arp_examine } }