drivers/vdebug: add support for DAP level interface
[fw/openocd] / tcl / board / tocoding_poplar.cfg
index 6d2e6354e52aab6eba6b0619c30bf6626dcd0afb..5f9dba43b01f48a15a69a411a554a939a494352b 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # board configuration for Tocoding Poplar
 #
@@ -19,7 +21,7 @@ proc core_up { args } {
        global _TARGETNAME
 
        # examine remaining cores
-       foreach _core [set args] {
+       foreach _core $args {
                ${_TARGETNAME}$_core arp_examine
        }
 }