tcl/board: add SPDX tag
[fw/openocd] / tcl / board / adsp-sc584-ezbrd.cfg
index 1054a941f33284aedfedc088cd4f8dce26bfa009..366a24a3f4aa94c5c3274d9c0e83b2550d9d43c3 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Analog Devices ADSP-SC584-EZBRD evaluation board
 #
@@ -25,7 +27,6 @@ source [find interface/jlink.cfg]
 transport select swd
 
 # chosen speed is 'safe' choice, but your adapter may be capable of more
-adapter_khz 400
+adapter speed 400
 
 source [find target/adsp-sc58x.cfg]
-