diff options
author | Freddie Chopin <freddie_chopin@op.pl> | 2010-05-22 09:51:07 +0200 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-05-24 09:21:40 +0100 |
commit | f1c1bed39a29ae7eca2a43bccdf8feab1033e35d (patch) | |
tree | a0eebf5cb9d566452a6567faffeae302e96e0649 /tcl/target/lpc2124.cfg | |
parent | e2c9518eda9d8416894dabe9ecad3a8227f95d09 (diff) | |
download | openocd+libswd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.tar.gz openocd+libswd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.tar.bz2 openocd+libswd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.tar.xz openocd+libswd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.zip |
There are no variants of arm7tdmi target
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl/target/lpc2124.cfg')
-rw-r--r-- | tcl/target/lpc2124.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/lpc2124.cfg b/tcl/target/lpc2124.cfg index 082e3121..c5115893 100644 --- a/tcl/target/lpc2124.cfg +++ b/tcl/target/lpc2124.cfg @@ -25,7 +25,7 @@ adapter_khz 1000 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME -variant arm7tdmi-s_r4 +target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0 |