summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-24 23:22:22 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-24 23:22:22 +0000
commit437a981878d450baf31081506f6ec9005c43a9fb (patch)
tree1d03aa07cabd046d4b319388349faf9efd9cd09f /src
parentec7a984b42f5f7e6192963f0c09340227fdfa829 (diff)
downloadopenocd+libswd-437a981878d450baf31081506f6ec9005c43a9fb.tar.gz
openocd+libswd-437a981878d450baf31081506f6ec9005c43a9fb.tar.bz2
openocd+libswd-437a981878d450baf31081506f6ec9005c43a9fb.tar.xz
openocd+libswd-437a981878d450baf31081506f6ec9005c43a9fb.zip
Typos found by miceal catudal
git-svn-id: svn://svn.berlios.de/openocd/trunk@1274 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/target/str710.cfg2
-rw-r--r--src/target/target/str730.cfg2
-rw-r--r--src/target/target/str750.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/target/target/str710.cfg b/src/target/target/str710.cfg
index 150656d7..2d9d2fc4 100644
--- a/src/target/target/str710.cfg
+++ b/src/target/target/str710.cfg
@@ -24,7 +24,7 @@ reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
-tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi
diff --git a/src/target/target/str730.cfg b/src/target/target/str730.cfg
index 65c8a57f..5d01ec71 100644
--- a/src/target/target/str730.cfg
+++ b/src/target/target/str730.cfg
@@ -25,7 +25,7 @@ if { [info exists CPUTAPID] } {
reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
-tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
#jtag nTRST and nSRST delay
jtag_nsrst_delay 500
diff --git a/src/target/target/str750.cfg b/src/target/target/str750.cfg
index b17fd217..6b5e66c3 100644
--- a/src/target/target/str750.cfg
+++ b/src/target/target/str750.cfg
@@ -27,7 +27,7 @@ reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
-tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
#jtag nTRST and nSRST delay
jtag_nsrst_delay 500