Magnus Lundin <lundin@mlu.mine.nu> Disable poll while core register initialization
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 13 Sep 2009 20:07:13 +0000 (20:07 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 13 Sep 2009 20:07:13 +0000 (20:07 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2703 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/target/omap3530.cfg

index 50a3f473424632b3425ae9bd71c22e6823992f23..c9d48983e2a920d2a81ac7ff871a8a9cea7d073d 100644 (file)
@@ -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
 }