Zach Welch <zw@superlucidity.net> fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1531 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-04-26 20:05:08 +00:00
parent dd91692fee
commit b0acd78511
2 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@ sleep 10
runtest 10
jtag_reset 0 0
endstate IDLE
endstate RUN/IDLE

View 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"
}