cfg: Fix Kinetis kwikstik/kx config
[fw/openocd] / tcl / board / hitex_stm32-performancestick.cfg
index 515f7e0801454d2c4d18424806ea5e691d8c63cc..82fb169619ed33a0b7771efccde76a948987f2fd 100644 (file)
@@ -2,10 +2,10 @@
 
 reset_config trst_and_srst
 
-source [find interface/stm32-stick.cfg]
+source [find interface/ftdi/stm32-stick.cfg]
 
 set  CHIPNAME stm32_hitex
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
 
 # configure str750 connected to jtag chain
 # FIXME -- source [find target/str750.cfg] after cleaning that up