tcl/target/renesas_rz_g2: Added RZ/G2LC and RZ/G2UL
[fw/openocd] / tcl / target / pxa255.cfg
index 4b222de081e56d9b21b2f7354b388972f86633d8..73518bf7e4af5b4bb58522fa85c48034214042e7 100644 (file)
@@ -28,8 +28,8 @@ target create $_TARGETNAME xscale -endian $_ENDIAN \
 # PXA255 comes out of reset using 3.6864 MHz oscillator.
 # Until the PLL kicks in, keep the JTAG clock slow enough
 # that we get no errors.
-adapter_khz 300
-$_TARGETNAME configure -event "reset-start" { adapter_khz 300 }
+adapter speed 300
+$_TARGETNAME configure -event "reset-start" { adapter speed 300 }
 
 # both TRST and SRST are *required* for debug
 # DCSR is often accessed with SRST active