This is an automated email from Gerrit. "zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9800
-- gerrit commit f4066c050ce65ad241127ca831125ad8df1cec42 Author: Marc Schink <[email protected]> Date: Thu Jul 16 14:55:41 2026 +0200 tcl/target: Move Zynq 7000 SoC config into vendor folder Move the configuration file into a dedicated vendor folder as required by the developer guidelines. Change-Id: Ibaff6bf9a5dc8ba32247101159bb68e892c008b5 Signed-off-by: Marc Schink <[email protected]> diff --git a/tcl/file_renaming.cfg b/tcl/file_renaming.cfg index 0145f80cd6..6e240799db 100644 --- a/tcl/file_renaming.cfg +++ b/tcl/file_renaming.cfg @@ -30,4 +30,5 @@ set _file_renaming { cpld/xilinx-xc7vh870t.cfg fpga/xlnx/xc7vh870t.cfg interface/chameleon.cfg interface/parport/chameleon.cfg interface/flashlink.cfg interface/parport/flashlink.cfg + target/zynq_7000.cfg target/xlnx/zynq-7000.cfg } diff --git a/tcl/target/zynq_7000.cfg b/tcl/target/xlnx/zynq-7000.cfg similarity index 100% rename from tcl/target/zynq_7000.cfg rename to tcl/target/xlnx/zynq-7000.cfg --
