Browse Source

Reduced sleep time after reset

git-svn-id: svn://svn.berlios.de/openocd/trunk@2732 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
mlu 14 years ago
parent
commit
01735c515f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tcl/target/omap3530.cfg

+ 2
- 1
tcl/target/omap3530.cfg View File

@@ -43,7 +43,7 @@ target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap
proc omap3_dbginit { } {
poll off
reset
sleep 500
sleep 100

jtag tapenable omap3530.dap
targets
@@ -53,3 +53,4 @@ proc omap3_dbginit { } {
omap3.cpu mww 0x5401d030 0x00002000
poll on
}


Loading…
Cancel
Save