tcl/target/ti_k3: Remove args from m3 and m4_up
[fw/openocd] / tcl / target / gp326xxxa.cfg
index feb7554b7924c6fc27edc441fd6ff2d2b8a71eaf..df42c44854541e2d83d2fbab4f9aba1f4f6c1dd4 100644 (file)
@@ -33,11 +33,11 @@ $_TARGETNAME configure -work-area-phys 0xf8000000 -work-area-size 0x8000 -work-a
 reset_config trst_and_srst srst_pulls_trst
 # This delay is needed otherwise communication with the target would
 # be unreliable
-adapter_nsrst_delay 100
+adapter srst delay 100
 
 # Set the adapter speed ridiculously low just in case we are
 # running off of a 32kHz clock
-adapter_khz 2
+adapter speed 2
 
 proc gp32xxxa_halt_and_reset_control_registers {} {
        # System control registers
@@ -57,7 +57,7 @@ proc gp32xxxa_halt_and_reset_control_registers {} {
 
        # Set the adapter speed ridiculously low just in case we are
        # running off of a 32kHz clock
-       adapter_khz 2
+       adapter speed 2
 
        # Disable any advanced features at this stage
        arm7_9 dcc_downloads disable
@@ -86,7 +86,7 @@ proc gp32xxxa_halt_and_reset_control_registers {} {
 
        # Now that we know that we are running at 48Mhz
        # Increase JTAG speed and enable speed optimization features
-       adapter_khz 5000
+       adapter speed 5000
        arm7_9 dcc_downloads enable
        arm7_9 fast_memory_access enable
 }