tcl/board: add SPDX tag
[fw/openocd] / tcl / board / sifive-e31arty.cfg
index ec10b27c3276058db782a327a8a52c1d77745482..b3e980f4082759db39543cf4fcb0bda6cdd9cb87 100644 (file)
@@ -1,7 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Be sure you include the speed and interface before this file
 # Example:
-# -c "adapter_khz 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f "board/sifive-e31arty.cfg"
+# -c "adapter speed 5000" -f "interface/ftdi/olimex-arm-usb-tiny-h.cfg" -f "board/sifive-e31arty.cfg"
 
 set _CHIPNAME riscv
 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x20000001
@@ -14,8 +16,8 @@ $_TARGETNAME.0 configure -work-area-phys 0x80000000 -work-area-size 10000 -work-
 flash bank spi0 fespi 0x40000000 0 0 0 $_TARGETNAME.0 0x20004000
 init
 if {[ info exists pulse_srst]} {
-  ftdi_set_signal nSRST 0
-  ftdi_set_signal nSRST z
+  ftdi set_signal nSRST 0
+  ftdi set_signal nSRST z
 }
 halt
 flash protect 0 64 last off