]> git.gag.com Git - fw/openocd/commit
jtag: drivers: xlnx-pcie-xvc: fix build after merge
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 17 Jan 2020 15:44:00 +0000 (16:44 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Wed, 22 Jan 2020 12:49:59 +0000 (12:49 +0000)
commit60aaf14837d39393edff0df76e426232e72988f5
tree9d4932915c8682377800e1697ba6f29e005813b1
parent8b7265700136d6035d2769531a6202295f7113a6
jtag: drivers: xlnx-pcie-xvc: fix build after merge

Commit [1] was submitted in gerrit well before the conflicting
commit [2] get merged in master branch. While it was fine
committing in master branch [1] alone, it should not be
committed "as is" after [2].
Unfortunately gerrit did not complained committing [1] after [2].
The result is that master branch does not build anymore when the
driver xlnx-pcie-xvc is enabled at configure time by the optional
flag --enable-xlnx-pcie-xvc.

Apply to the driver the required changes as in [2].
While there, remove the duplicated struct xlnx_pcie_xvc_transports
and the struct field already implicitly initialized to zero.

[1] ff6d0704ecd6 ("jtag: drivers: xlnx-pcie-xvc: Add support for
    Xilinx XVC/PCIe")
[2] efd1d642220a ("adapter: switch from struct jtag_interface to
    adapter_driver")

Change-Id: I5498479b802a231afbee1b845ae9775e1da7c728
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5402
Reviewed-by: Moritz Fischer <moritzf@google.com>
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/jtag/drivers/xlnx-pcie-xvc.c
src/jtag/interfaces.c