loaders/reset/espressif: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / flash / startup.tcl
index 93ef82ce618e147807fab44f1aaf017c606d9b57..654f201a4e0b057a71b242eb5224994de05f50be 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Defines basic Tcl procs for OpenOCD flash module
 
 #
@@ -121,3 +123,6 @@ proc stm32l5x args { eval stm32l4x $args }
 proc stm32u5x args { eval stm32l4x $args }
 proc stm32wbx args { eval stm32l4x $args }
 proc stm32wlx args { eval stm32l4x $args }
+
+# gd32e23x uses the same flash driver as the stm32f1x
+proc gd32e23x args { eval stm32f1x $args }