summaryrefslogtreecommitdiff
path: root/tcl/board/at91rm9200-ek.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/at91rm9200-ek.cfg')
-rw-r--r--tcl/board/at91rm9200-ek.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/board/at91rm9200-ek.cfg b/tcl/board/at91rm9200-ek.cfg
index 07a006b0..a3f253a2 100644
--- a/tcl/board/at91rm9200-ek.cfg
+++ b/tcl/board/at91rm9200-ek.cfg
@@ -18,6 +18,8 @@ $_TARGETNAME configure -event reset-init { at91rm9200_ek_init }
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME cfi 0x10000000 0x00800000 2 2 $_TARGETNAME
+# The chip may run @ 32khz, so set a really low JTAG speed
+adapter_khz 8
proc at91rm9200_ek_init { } {
# Try to run at 1khz... Yea, that slow!