aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug/targets/spike/openocd.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/targets/spike/openocd.cfg b/debug/targets/spike/openocd.cfg
index 2742335..266852f 100644
--- a/debug/targets/spike/openocd.cfg
+++ b/debug/targets/spike/openocd.cfg
@@ -8,8 +8,8 @@ set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
set _TARGETNAME $_CHIPNAME.cpu
-#target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
-target create $_TARGETNAME riscv -chain-position $_TARGETNAME
+target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
+#target create $_TARGETNAME riscv -chain-position $_TARGETNAME
gdb_report_data_abort enable