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