diff options
author | Tim Newsome <tim@sifive.com> | 2019-10-09 11:40:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 11:40:30 -0700 |
commit | 80250f88cecd9cd0f6e23923487c10ae0be8c76b (patch) | |
tree | 6daa28adcafb41bc930d87d03b209f26daae7520 /debug | |
parent | 249796cec94d75ff10ca034153e206a319e87158 (diff) | |
download | riscv-tests-80250f88cecd9cd0f6e23923487c10ae0be8c76b.zip riscv-tests-80250f88cecd9cd0f6e23923487c10ae0be8c76b.tar.gz riscv-tests-80250f88cecd9cd0f6e23923487c10ae0be8c76b.tar.bz2 |
Remove ocd_ prefix. (#210)
The latest OpenOCD doesn't need (nor support) this anymore.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/targets/RISC-V/spike-1.cfg | 2 | ||||
-rw-r--r-- | debug/targets/RISC-V/spike-2-hwthread.cfg | 2 | ||||
-rw-r--r-- | debug/targets/RISC-V/spike-2.cfg | 2 | ||||
-rw-r--r-- | debug/targets/RISC-V/spike-rtos.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debug/targets/RISC-V/spike-1.cfg b/debug/targets/RISC-V/spike-1.cfg index 5a76a31..d1ed60e 100644 --- a/debug/targets/RISC-V/spike-1.cfg +++ b/debug/targets/RISC-V/spike-1.cfg @@ -22,7 +22,7 @@ riscv expose_custom 1,12345-12348 init -set challenge [ocd_riscv authdata_read] +set challenge [riscv authdata_read] riscv authdata_write [expr $challenge + 1] halt diff --git a/debug/targets/RISC-V/spike-2-hwthread.cfg b/debug/targets/RISC-V/spike-2-hwthread.cfg index df4a501..31a5f68 100644 --- a/debug/targets/RISC-V/spike-2-hwthread.cfg +++ b/debug/targets/RISC-V/spike-2-hwthread.cfg @@ -25,7 +25,7 @@ riscv expose_custom 1,12345-12348 init -set challenge [ocd_riscv authdata_read] +set challenge [riscv authdata_read] riscv authdata_write [expr $challenge + 1] halt diff --git a/debug/targets/RISC-V/spike-2.cfg b/debug/targets/RISC-V/spike-2.cfg index 9dbbfe3..c9de7d2 100644 --- a/debug/targets/RISC-V/spike-2.cfg +++ b/debug/targets/RISC-V/spike-2.cfg @@ -23,7 +23,7 @@ riscv expose_custom 1,12345-12348 init -set challenge [ocd_riscv authdata_read] +set challenge [riscv authdata_read] riscv authdata_write [expr $challenge + 1] targets $_TARGETNAME_0 diff --git a/debug/targets/RISC-V/spike-rtos.cfg b/debug/targets/RISC-V/spike-rtos.cfg index e26ca8a..7cd1c3f 100644 --- a/debug/targets/RISC-V/spike-rtos.cfg +++ b/debug/targets/RISC-V/spike-rtos.cfg @@ -21,7 +21,7 @@ riscv expose_custom 1,12345-12348 init -set challenge [ocd_riscv authdata_read] +set challenge [riscv authdata_read] riscv authdata_write [expr $challenge + 1] halt |