openocd: remove ps7_init on Cora Z7

master
Sebastien Bourdeauducq 2020-09-09 15:00:09 +08:00
parent 7680de26f0
commit a51f8f2eea
1 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ set SMP 1
source ./zynq-7000.cfg
source ./xilinx-tcl.cfg
source ./ps7_init.tcl
reset_config srst_only srst_push_pull
@ -31,11 +30,10 @@ pld device virtex2 zynq.tap 1
init
xc7_program zynq.tap
xilinx_ps7_init
reset halt
# Disable MMU
targets $_TARGETNAME_1
arm mcr 15 0 1 0 0 [expr [arm mrc 15 0 1 0 0] & ~0xd]
targets $_TARGETNAME_0
arm mcr 15 0 1 0 0 [expr [arm mrc 15 0 1 0 0] & ~0xd]