]> git.sur5r.net Git - openocd/blobdiff - tcl/target/omap3530.cfg
Remove jtag_rclk from target configs
[openocd] / tcl / target / omap3530.cfg
index 0e20852ca12d499bbd9b851d6b8078e9a75fef0f..f9dcf7cbfe8a6fd47a03bdb0cc72823f1d9ce59c 100644 (file)
@@ -62,8 +62,8 @@ proc omap3_dbginit {target} {
 # be absolutely certain the JTAG clock will work with the worst-case
 # 16.8MHz/2 = 8.4MHz core clock, even before a bootloader kicks in.
 # OK to speed up *after* PLL and clock tree setup.
-jtag_rclk 1000
-$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
+adapter_khz 1000
+$_TARGETNAME configure -event "reset-start" { adapter_khz 1000 }
 
 # Assume SRST is unavailable (e.g. TI-14 JTAG), so we must assert reset
 # ourselves using PRM_RSTCTRL.  RST_GS (2) is a warm reset, like ICEpick