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/lpc2103.cfg | |
parent | e2c9518eda9d8416894dabe9ecad3a8227f95d09 (diff) | |
download | riscv-openocd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.zip riscv-openocd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.tar.gz riscv-openocd-f1c1bed39a29ae7eca2a43bccdf8feab1033e35d.tar.bz2 |
There are no variants of arm7tdmi target
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl/target/lpc2103.cfg')
-rw-r--r-- | tcl/target/lpc2103.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/lpc2103.cfg b/tcl/target/lpc2103.cfg index 1e79dcb..714267f 100644 --- a/tcl/target/lpc2103.cfg +++ b/tcl/target/lpc2103.cfg @@ -22,7 +22,7 @@ jtag_ntrst_delay 100 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 # 8kB of internal SRAM $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x2000 -work-area-backup 0 |