diff options
Diffstat (limited to 'tcl/board/zy1000.cfg')
-rw-r--r-- | tcl/board/zy1000.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/zy1000.cfg b/tcl/board/zy1000.cfg index 2e13ecbb..54bb7bb7 100644 --- a/tcl/board/zy1000.cfg +++ b/tcl/board/zy1000.cfg @@ -63,7 +63,7 @@ $_TARGETNAME configure -event reset-init { # required for usable performance. Used for lots of # other things than flash programming. -$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x00020000 -work-area-size 0x20000 -work-area-backup 0 +$_TARGETNAME configure -work-area-phys 0x00020000 -work-area-size 0x20000 -work-area-backup 0 jtag_khz 16000 |