From b4e28446b8f2a116b088eef78744c8b529c1a747 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 6 Mar 2023 23:18:35 +0100 Subject: tcl: remove exec permission to tcl config files With the new checkpatch we will not get this type of issues anymore. In mean time, let's fix what we have missed during the review process. Change-Id: Iecebf9d43f51a29ee09505d360792793afd24b40 Signed-off-by: Antonio Borneo Fixes: 53556fcded05 ("tcl/interface: add Ashling Opella-LD FTDI config files") Reviewed-on: https://review.openocd.org/c/openocd/+/7530 Tested-by: jenkins --- tcl/interface/ftdi/ashling-opella-ld-jtag.cfg | 0 tcl/interface/ftdi/ashling-opella-ld-swd.cfg | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tcl/interface/ftdi/ashling-opella-ld-jtag.cfg mode change 100755 => 100644 tcl/interface/ftdi/ashling-opella-ld-swd.cfg diff --git a/tcl/interface/ftdi/ashling-opella-ld-jtag.cfg b/tcl/interface/ftdi/ashling-opella-ld-jtag.cfg old mode 100755 new mode 100644 diff --git a/tcl/interface/ftdi/ashling-opella-ld-swd.cfg b/tcl/interface/ftdi/ashling-opella-ld-swd.cfg old mode 100755 new mode 100644 -- cgit v1.1