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:
@@ -37,7 +37,7 @@ set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
|
||||
|
||||
riscv set_mem_access sysbus
|
||||
riscv set_enable_virt2phys off
|
||||
riscv virt2phys_mode off
|
||||
|
||||
$_TARGETNAME configure -work-area-phys $_WORKAREAADDR -work-area-size $_WORKAREASIZE -work-area-backup 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user