mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Reduced sleep time after reset
git-svn-id: svn://svn.berlios.de/openocd/trunk@2732 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user