openocd: fix PL_TAPID for both targets

Fixes Gitea issue #1
master
Astro 2019-09-28 23:53:40 +02:00
parent d5334cc083
commit 06bc7ba809
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
source [find interface/ftdi/digilent-hs1.cfg]
adapter_khz 10000
set PL_TAPID 0x03722093
set PL_TAPID 0x13723093
set SMP 1
source ./zynq-7000.cfg

View File

@ -1,7 +1,7 @@
source ./digilent_jtag_smt2_nc.cfg
adapter_khz 10000
set PL_TAPID 0x03731093
set PL_TAPID 0x23731093
set SMP 1
source ./zynq-7000.cfg