Skip to content
Snippets Groups Projects
Commit 3d955124 authored by zwelch's avatar zwelch
Browse files

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
parent d3315c41
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment