|
From: openocd-gerrit <ope...@us...> - 2023-03-18 22:01:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via b4e28446b8f2a116b088eef78744c8b529c1a747 (commit)
from 1528845331ad260bebda6b88b880baf725ffb3c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b4e28446b8f2a116b088eef78744c8b529c1a747
Author: Antonio Borneo <bor...@gm...>
Date: Mon Mar 6 23:18:35 2023 +0100
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 <bor...@gm...>
Fixes: 53556fcded05 ("tcl/interface: add Ashling Opella-LD FTDI config files")
Reviewed-on: https://review.openocd.org/c/openocd/+/7530
Tested-by: jenkins
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
-----------------------------------------------------------------------
Summary of changes:
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
hooks/post-receive
--
Main OpenOCD repository
|