diff options
author | Felipe Balbi <balbi@ti.com> | 2015-10-13 12:26:04 -0500 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2015-11-13 06:59:12 +0000 |
commit | e4848fe0437e32025c4749ee17bdae7cb6b2cd70 (patch) | |
tree | 3d3aeb549d4ba007a45a806dafd7d8506225211f /tcl | |
parent | dd70e57b82d1ce6da45adb5958e4452a202ba666 (diff) | |
download | riscv-openocd-e4848fe0437e32025c4749ee17bdae7cb6b2cd70.zip riscv-openocd-e4848fe0437e32025c4749ee17bdae7cb6b2cd70.tar.gz riscv-openocd-e4848fe0437e32025c4749ee17bdae7cb6b2cd70.tar.bz2 |
board: ti_am437x_idk: default to 1000kHz
16000kHz is only safe after PLLs have been locked
properly. Until that's done (with reset init), we
can only safely run at 1000kHz.
Change-Id: I4e0a17e88aa9919cd6c34d44da68e23115c0d3a3
Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-on: http://openocd.zylin.com/3015
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/ti_am437x_idk.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/ti_am437x_idk.cfg b/tcl/board/ti_am437x_idk.cfg index 7676bf0..ce9c9a7 100644 --- a/tcl/board/ti_am437x_idk.cfg +++ b/tcl/board/ti_am437x_idk.cfg @@ -4,7 +4,7 @@ source [find interface/ftdi/xds100v2.cfg] transport select jtag -adapter_khz 16000 +adapter_khz 1000 source [find target/am437x.cfg] $_TARGETNAME configure -event reset-init { init_platform 0x61a11b32 } |