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>
This commit is contained in:
Felipe Balbi 2015-10-13 12:26:04 -05:00 committed by Freddie Chopin
parent dd70e57b82
commit e4848fe043
1 changed files with 1 additions and 1 deletions

View File

@ -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 }