File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ set _TARGETNAME $_CHIPNAME.cpu
3737target create $_TARGETNAME riscv -chain-position $_TARGETNAME
3838
3939riscv set_mem_access sysbus
40- riscv set_enable_virt2phys off
40+ riscv virt2phys_mode off
4141
4242$_TARGETNAME configure -work-area-phys $_WORKAREAADDR -work-area-size $_WORKAREASIZE -work-area-backup 1
4343
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ set _TARGETNAME $_CHIPNAME.cpu
2727target create $_TARGETNAME riscv -chain-position $_TARGETNAME
2828
2929riscv set_mem_access progbuf
30- riscv set_enable_virt2phys off
30+ riscv virt2phys_mode off
3131
3232$_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x10000 -work-area-backup 1
3333
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ if { [info exists _TARGETNAME_CM0] } {
100100
101101if { [info exists _TARGETNAME_RV0] } {
102102 target create $_TARGETNAME_RV0 riscv -dap $_CHIPNAME.dap -ap-num 0xa000 -coreid 0
103- $_TARGETNAME_RV0 riscv set_enable_virt2phys off
103+ $_TARGETNAME_RV0 riscv virt2phys_mode off
104104
105105 $_TARGETNAME_RV0 configure -event reset-init " _rv_reset_init"
106106
@@ -117,7 +117,7 @@ if { [info exists _TARGETNAME_CM1] } {
117117
118118if { [info exists _TARGETNAME_RV1] } {
119119 target create $_TARGETNAME_RV1 riscv -dap $_CHIPNAME.dap -ap-num 0xa000 -coreid 1
120- $_TARGETNAME_RV1 riscv set_enable_virt2phys off
120+ $_TARGETNAME_RV1 riscv virt2phys_mode off
121121}
122122
123123if { [info exists USE_SMP] } {
You can’t perform that action at this time.
0 commit comments