Zach Welch <zw@superlucidity.net> fix typo
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 26 Apr 2009 20:05:08 +0000 (20:05 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 26 Apr 2009 20:05:08 +0000 (20:05 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1531 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/board/ti_beagleboard.cfg
src/target/target/omap3530.cfg

index 97251bdcd13c9119e14d05a44fb98c9f9ff54c22..99c639053b6aa89610b6bd77aed8d3f09e579968 100644 (file)
@@ -7,5 +7,5 @@ sleep 10
 runtest 10
 jtag_reset 0 0
 
-endstate IDLE
+endstate RUN/IDLE
 
index e17fe9e75d5be4bbd605e0797bd18ee74afdd523..f4e5164cd0831c97d42c167ae28419b4054888d3 100644 (file)
@@ -32,8 +32,8 @@ jtag configure $_CHIPNAME.cpu -event tap-enable {
        irscan omap3.jrc 7 -endstate IRPAUSE
        drscan omap3.jrc 8 0x89 -endstate DRPAUSE
        irscan omap3.jrc 2 -endstate IRPAUSE
-       drscan omap3.jrc 32 0xa3002108  -endstate IDLE
-       irscan omap3.jrc 0x3F -endstate IDLE
+       drscan omap3.jrc 32 0xa3002108  -endstate RUN/IDLE
+       irscan omap3.jrc 0x3F -endstate RUN/IDLE
        runtest 10
        puts "Cortex-A8 @ OMAP3 enabled"
 }