summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-13 20:07:13 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-13 20:07:13 +0000
commit772d8d06eabf94ad30470dfdb167ab9e80a69062 (patch)
tree75737a7968c623d718ca193afa50288fdf43c90e /tcl
parentd4607c1f7c51806f10a9e74a21de724ce7ccc9bf (diff)
downloadopenocd+libswd-772d8d06eabf94ad30470dfdb167ab9e80a69062.tar.gz
openocd+libswd-772d8d06eabf94ad30470dfdb167ab9e80a69062.tar.bz2
openocd+libswd-772d8d06eabf94ad30470dfdb167ab9e80a69062.tar.xz
openocd+libswd-772d8d06eabf94ad30470dfdb167ab9e80a69062.zip
Magnus Lundin <lundin@mlu.mine.nu> Disable poll while core register initialization
git-svn-id: svn://svn.berlios.de/openocd/trunk@2703 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/omap3530.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg
index 50a3f473..c9d48983 100644
--- a/tcl/target/omap3530.cfg
+++ b/tcl/target/omap3530.cfg
@@ -41,6 +41,7 @@ target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap
# FIXME much of this should be in reset event handlers
proc omap3_dbginit { } {
+ poll off
reset
sleep 500
@@ -65,4 +66,5 @@ proc omap3_dbginit { } {
# omap3.cpu mdw 0x54011080
omap3.cpu mww 0x5401d030 0x00002000
+ poll on
}