diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-29 20:04:21 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-29 20:04:21 +0000 |
commit | 3d9551241b9b9c68206e393af2b74607240c1563 (patch) | |
tree | 24f5ac5c4668d6f09a4fd2ee09ef46dc7e612250 | |
parent | d3315c4183c34cf48590e9c92ef2b96180271a0a (diff) | |
download | openocd+libswd-3d9551241b9b9c68206e393af2b74607240c1563.tar.gz openocd+libswd-3d9551241b9b9c68206e393af2b74607240c1563.tar.bz2 openocd+libswd-3d9551241b9b9c68206e393af2b74607240c1563.tar.xz openocd+libswd-3d9551241b9b9c68206e393af2b74607240c1563.zip |
David Brownell <david-b@pacbell.net>:
Minor bugfix ... previous version was tested *with* ICEpick active.
The "-disable" can swap with "-enable"; but not with an empty string.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2418 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | tcl/target/ti_dm6446.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/ti_dm6446.cfg b/tcl/target/ti_dm6446.cfg index 4ab342a0..3905b3d6 100644 --- a/tcl/target/ti_dm6446.cfg +++ b/tcl/target/ti_dm6446.cfg @@ -16,7 +16,7 @@ if { [info exists CHIPNAME] } { # may need to slow the JTAG clock down quite a lot (under 2 MHz). # source [find target/icepick.cfg] -set EMU01 "" +set EMU01 "-enable" #set EMU01 "-disable" # Subsidiary TAP: unknown ... must enable via ICEpick |