X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fpxa255.cfg;h=5b745f8599f752300bba9b1e19902e996ce26079;hb=e984dc1f162ab2bd94629c32d640d804b0295553;hp=44efdaa4b9987f9d2abafae5eace0a20104fafc8;hpb=4a26390eec5b969c07684ab5d4b7e957011d71bd;p=fw%2Fopenocd diff --git a/tcl/target/pxa255.cfg b/tcl/target/pxa255.cfg index 44efdaa4b..5b745f859 100644 --- a/tcl/target/pxa255.cfg +++ b/tcl/target/pxa255.cfg @@ -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. -jtag_khz 300 -$_TARGETNAME configure -event "reset-start" { jtag_khz 300 } +adapter_khz 300 +$_TARGETNAME configure -event "reset-start" { adapter_khz 300 } # both TRST and SRST are *required* for debug # DCSR is often accessed with SRST active