use jtag_rclk 500 to avoid proliferation of target scripts

git-svn-id: svn://svn.berlios.de/openocd/trunk@1574 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-04-30 06:26:22 +00:00
parent 850121f255
commit 01f25b5aeb
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
# Use RCLK. If RCLK is not available fall back to 500kHz.
#
# Depending on cabling you might be able to eek this up to 2000kHz.
jtag_rclk 500
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {

View File

@ -1,4 +0,0 @@
# 2MHz
jtag_khz 2000
script target/lpc2148.cfg

View File

@ -1,4 +0,0 @@
# RCLK
jtag_khz 0
script target/lpc2148.cfg