tcl/board/sheevaplug: add adapter_khz setting
authorPaul Fertser <fercerpav@gmail.com>
Wed, 20 Aug 2014 08:04:18 +0000 (12:04 +0400)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 15 Sep 2014 08:20:05 +0000 (08:20 +0000)
This combination is known to work properly with 2MHz JTAG clock.

Change-Id: Ie5ec3d3b415efbb13faee7d34e0c7f862b78350c
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2266
Tested-by: jenkins
tcl/board/sheevaplug.cfg

index 620e6436292a14cc8ff2f88e0846ccc54f990d04..ff333ca77f9fb30f02cf3649b5913955b915af7c 100644 (file)
@@ -3,6 +3,8 @@
 source [find interface/ftdi/sheevaplug.cfg]
 source [find target/feroceon.cfg]
 
+adapter_khz 2000
+
 $_TARGETNAME configure \
        -work-area-phys 0x10000000 \
        -work-area-size 65536 \