From: oharboe at B. <oh...@ma...> - 2009-09-13 22:07:14
|
Author: oharboe Date: 2009-09-13 22:07:13 +0200 (Sun, 13 Sep 2009) New Revision: 2703 Modified: trunk/tcl/target/omap3530.cfg Log: Magnus Lundin <lu...@ml...> Disable poll while core register initialization Modified: trunk/tcl/target/omap3530.cfg =================================================================== --- trunk/tcl/target/omap3530.cfg 2009-09-13 17:26:07 UTC (rev 2702) +++ trunk/tcl/target/omap3530.cfg 2009-09-13 20:07:13 UTC (rev 2703) @@ -41,6 +41,7 @@ # FIXME much of this should be in reset event handlers proc omap3_dbginit { } { + poll off reset sleep 500 @@ -65,4 +66,5 @@ # omap3.cpu mdw 0x54011080 omap3.cpu mww 0x5401d030 0x00002000 + poll on } |