diff options
author | mlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-19 14:47:53 +0000 |
---|---|---|
committer | mlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-19 14:47:53 +0000 |
commit | 01735c515f2acdca8561dbad6764a75093b09cc5 (patch) | |
tree | b54f7e4db5779365c951f83aedc50387090051e9 /tcl | |
parent | 3e87fc20ab76f09cb6d3218345211716eb975420 (diff) | |
download | openocd+libswd-01735c515f2acdca8561dbad6764a75093b09cc5.tar.gz openocd+libswd-01735c515f2acdca8561dbad6764a75093b09cc5.tar.bz2 openocd+libswd-01735c515f2acdca8561dbad6764a75093b09cc5.tar.xz openocd+libswd-01735c515f2acdca8561dbad6764a75093b09cc5.zip |
Reduced sleep time after reset
git-svn-id: svn://svn.berlios.de/openocd/trunk@2732 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/omap3530.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index 3c7dd9cf..83f4ec1d 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -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 } + |