forked from auracaster/openocd
tcl/target: update riscv commands in configs
Adjust configs for the changed command riscv virt2phys_mode. Change-Id: Ib365bbb74b3b17e8f0b594e08ab73871f86cf89e Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: https://review.openocd.org/c/openocd/+/9190 Tested-by: jenkins
This commit is contained in:
@@ -100,7 +100,7 @@ if { [info exists _TARGETNAME_CM0] } {
|
||||
|
||||
if { [info exists _TARGETNAME_RV0] } {
|
||||
target create $_TARGETNAME_RV0 riscv -dap $_CHIPNAME.dap -ap-num 0xa000 -coreid 0
|
||||
$_TARGETNAME_RV0 riscv set_enable_virt2phys off
|
||||
$_TARGETNAME_RV0 riscv virt2phys_mode off
|
||||
|
||||
$_TARGETNAME_RV0 configure -event reset-init "_rv_reset_init"
|
||||
|
||||
@@ -117,7 +117,7 @@ if { [info exists _TARGETNAME_CM1] } {
|
||||
|
||||
if { [info exists _TARGETNAME_RV1] } {
|
||||
target create $_TARGETNAME_RV1 riscv -dap $_CHIPNAME.dap -ap-num 0xa000 -coreid 1
|
||||
$_TARGETNAME_RV1 riscv set_enable_virt2phys off
|
||||
$_TARGETNAME_RV1 riscv virt2phys_mode off
|
||||
}
|
||||
|
||||
if { [info exists USE_SMP] } {
|
||||
|
||||
Reference in New Issue
Block a user