X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fmcb1700.cfg;h=5f3e9e91534d755713e59f3dd5802a0cda4dc754;hb=0989cd4d5d69850df38122f9ba1e7d5b4009fb51;hp=845c7e20fb6b8154190c2241dacda83a51168bed;hpb=2c4ef30b11f459028c20185f41320e856db8c3a1;p=openocd.git diff --git a/tcl/board/mcb1700.cfg b/tcl/board/mcb1700.cfg index 845c7e20fb..5f3e9e9153 100644 --- a/tcl/board/mcb1700.cfg +++ b/tcl/board/mcb1700.cfg @@ -11,7 +11,7 @@ set MCB1700_CCLK $CCLK $_TARGETNAME configure -event reset-start { # Start *real slow* as we do not know the # state the boot rom left the clock in - jtag_khz 10 + adapter_khz 10 } # Set up 100MHz clock to CPU @@ -55,7 +55,7 @@ $_TARGETNAME configure -event reset-init { # # global MCB1700_CCLK - jtag_khz [expr $MCB1700_CCLK / 8] + adapter_khz [expr $MCB1700_CCLK / 8] # Do not remap 0x0000-0x0020 to anything but the flash (i.e. select # "User Flash Mode" where interrupt vectors are _not_ remapped,