Skip to content
Snippets Groups Projects
Commit 01735c51 authored by mlu's avatar mlu
Browse files

Reduced sleep time after reset

git-svn-id: svn://svn.berlios.de/openocd/trunk@2732 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3e87fc20
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap ...@@ -43,7 +43,7 @@ target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap
proc omap3_dbginit { } { proc omap3_dbginit { } {
poll off poll off
reset reset
sleep 500 sleep 100
jtag tapenable omap3530.dap jtag tapenable omap3530.dap
targets targets
...@@ -53,3 +53,4 @@ proc omap3_dbginit { } { ...@@ -53,3 +53,4 @@ proc omap3_dbginit { } {
omap3.cpu mww 0x5401d030 0x00002000 omap3.cpu mww 0x5401d030 0x00002000
poll on poll on
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment