return retval;
        }
 
-       command_print(cmd_ctx, "jtag_khz: %d", speed_khz);
+       if (speed_khz==0)
+       {
+               command_print(cmd_ctx, "RCLK - adaptive");
+       } else
+       {
+               command_print(cmd_ctx, "%d kHz", speed_khz);
+       }
        return retval;
 
 }
 
 
 reset_config trst_and_srst
 
+# What's a good fallback frequency for this board if RCLK is
+# not available??
+jtag_rclk 1000
+
 #jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
 jtag_device 4 0x1 0xf 0xe
 
 jtag_nsrst_delay 200
 jtag_ntrst_delay 0
 
+
 ######################
 # Target configuration
 ######################