X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fdsp56321.cfg;h=0ac0ce87c83bf0a16971ef65921510185cbe6f1d;hb=38ac08c1c25adf42cf20e48e10e6ddeab6a12d71;hp=45068370595e3ca02971d43dd24114db224c269f;hpb=646ce814b4fb678b7d8d341afe0694c266112426;p=openocd.git diff --git a/tcl/target/dsp56321.cfg b/tcl/target/dsp56321.cfg index 4506837059..0ac0ce87c8 100644 --- a/tcl/target/dsp56321.cfg +++ b/tcl/target/dsp56321.cfg @@ -2,27 +2,26 @@ # if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { - set _CHIPNAME dsp56321 + set _CHIPNAME $CHIPNAME +} else { + set _CHIPNAME dsp56321 } if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { + set _ENDIAN $ENDIAN +} else { # this defaults to a big endian - set _ENDIAN big + set _ENDIAN big } -if { [info exists CPUTAPID ] } { +if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else { - # force an error till we get a good number set _CPUTAPID 0x1181501d } #jtag speed -jtag_khz 4500 +adapter speed 4500 #has only srst reset_config srst_only