X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Finterface%2Fraspberrypi-native.cfg;h=7224723d6322c5384c1ec901bfbb1a7203ee502c;hb=fc30feb51a76e893646e2794c99a78dbdc0d251f;hp=95426c226318407e9381723998ff282bf92118b0;hpb=0a20e78b759efa86a676b4a9fed4027fdd84e90c;p=openocd.git diff --git a/tcl/interface/raspberrypi-native.cfg b/tcl/interface/raspberrypi-native.cfg index 95426c2263..7224723d63 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]