update 'flash bank' usage in scripts
[fw/openocd] / tcl / target / stm32.cfg
index 242bbbee7bfba0939df6b974981cf791af3efc9b..463a85cfd2ba9f8503007f96fbdd5248f957752a 100644 (file)
@@ -62,7 +62,8 @@ target create $_TARGETNAME cortex_m3 -endian $_ENDIAN -chain-position $_TARGETNA
 
 $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
 
-flash bank stm32x 0 0 0 0 $_TARGETNAME
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME stm32x 0 0 0 0 $_TARGETNAME
 
 # For more information about the configuration files, take a look at:
 # openocd.texi