aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorTomas Deingruber <Deingruber.Tomas@gmail.com>2023-02-28 23:17:56 +0000
committerAntonio Borneo <borneo.antonio@gmail.com>2023-03-03 22:26:15 +0000
commitfc30feb51a76e893646e2794c99a78dbdc0d251f (patch)
treeb43f4abbc93465adcd28ccdfae721a6960607929 /tcl
parent0a20e78b759efa86a676b4a9fed4027fdd84e90c (diff)
downloadriscv-openocd-fc30feb51a76e893646e2794c99a78dbdc0d251f.zip
riscv-openocd-fc30feb51a76e893646e2794c99a78dbdc0d251f.tar.gz
riscv-openocd-fc30feb51a76e893646e2794c99a78dbdc0d251f.tar.bz2
tlc/interface: does fix source of raspberrypi-gpio-connector.cfg
in raspberrypi-native.cfg Fixes: bec6c0eb094f (tcl/interface: universal config for all Raspberry Pi models) Signed-off-by: Tomas Deingruber <Deingruber.Tomas@gmail.com> Change-Id: I632c8acd84974937849b5fdf2943239def17bd6d Reviewed-on: https://review.openocd.org/c/openocd/+/7512 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/raspberrypi-native.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/raspberrypi-native.cfg b/tcl/interface/raspberrypi-native.cfg
index 95426c2..7224723 100644
--- a/tcl/interface/raspberrypi-native.cfg
+++ b/tcl/interface/raspberrypi-native.cfg
@@ -68,4 +68,4 @@ set speed_coeff [expr { $clock / $clocks_per_timing_loop }]
# The coefficients depend on system clock and CPU frequency scaling.
bcm2835gpio speed_coeffs $speed_coeff $speed_offset
-source raspberrypi-gpio-connector.cfg
+source [find interface/raspberrypi-gpio-connector.cfg]