drivers/am335xgpio: Add AM335x driver for bitbang support on BeagleBones
[fw/openocd] / tcl / board / lemaker_hikey.cfg
index d724440481f6ec8f4ae8ff4830e3640ff57dd7f7..325b6fdda0f08808995c48df3d3365819dbbcdc7 100644 (file)
@@ -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
        }
 }