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: jenkins
This commit is contained in:
Antonio Borneo 2019-03-28 12:22:25 +01:00 committed by Tomas Vanek
parent 83af3d992e
commit 3605cb9625
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""