Skip to content

Commit

Permalink
David Brownell <[email protected]>:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zwelch committed Jun 29, 2009
1 parent d3315c4 commit 3d95512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/target/ti_dm6446.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d95512

Please sign in to comment.