]> git.sur5r.net Git - openocd/blobdiff - tcl/target/at91sam9.cfg
Remove jtag_rclk from target configs
[openocd] / tcl / target / at91sam9.cfg
index ba0197d90b0cc42c2ca5f87dfdef7b04d6014a26..f901ca8130f064eb281ad4267a5c6411188fed49 100644 (file)
@@ -14,22 +14,20 @@ if { [info exists ENDIAN] } {
        set _ENDIAN little
 }
 
-if { [info exists CPUTAPID ] } {
+if { [info exists CPUTAPID] } {
        set _CPUTAPID $CPUTAPID
 } else {
-       # force an error till we get a good number
        set _CPUTAPID 0x0792603f
 }
 
 reset_config trst_and_srst separate trst_push_pull srst_open_drain
 
-#
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
 
 adapter_nsrst_delay 300
 jtag_ntrst_delay 200
 
-jtag_rclk 3
+adapter_khz 3
 
 ######################
 # Target configuration