tcl/interface: replace last deprecated commands
[fw/openocd] / tcl / board / stm32h735g-disco.cfg
index 405e47024a55a8b41768eb93e7f277ab0bd602d7..4097ae28b22f4e8e9165547cfd13e7b5d92d2f53 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # This is a stm32h735g-dk with a single STM32H735IGK6 chip.
 # https://www.st.com/en/evaluation-tools/stm32h735g-dk.html
 #
@@ -17,6 +19,8 @@ if {![info exists OCTOSPI1]} {
 
 source [find target/stm32h7x.cfg]
 
+reset_config srst_only
+
 # OCTOSPI initialization
 # octo: 8-line mode
 proc octospi_init { octo } {