tcl/psoc4: remove "ocd_" prefixed commands
The commands prefixed with "ocd_" are removed. Remove them from configuration files. Change-Id: Ib44627ee17a39f3d06b479507ab5a025073bf9a8 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5090 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkinsbscan_optimization
parent
83af3d992e
commit
3605cb9625
|
@ -179,7 +179,7 @@ proc ocd_process_reset_inner { MODE } {
|
|||
}
|
||||
|
||||
# Check if PSoC CPU is stopped in system ROM
|
||||
set pc [ocd_reg pc]
|
||||
set pc [reg pc]
|
||||
regsub {pc[^:]*: } $pc "" pc
|
||||
if { $pc < 0x10000000 || $pc > 0x1000ffff } {
|
||||
set hint ""
|
||||
|
|
Loading…
Reference in New Issue