X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tcl%2Ftarget%2Fdsp56321.cfg;h=fac0ccc44b26f97d9f282eb8e8171f57be67e57b;hb=35b20195b86ceeda1300e0cc405cbbcbefc1f0fd;hp=74279d997bb887e8b1facf639c35b01f884c4180;hpb=abfd4b19a6b1c1e257aed343af5ab71709f41bcb;p=fw%2Fopenocd diff --git a/tcl/target/dsp56321.cfg b/tcl/target/dsp56321.cfg index 74279d997..fac0ccc44 100644 --- a/tcl/target/dsp56321.cfg +++ b/tcl/target/dsp56321.cfg @@ -1,27 +1,29 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # Script for freescale DSP56321 # -if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { - set _CHIPNAME dsp56321 +if { [info exists CHIPNAME] } { + set _CHIPNAME $CHIPNAME +} else { + set _CHIPNAME dsp56321 } -if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { +if { [info exists ENDIAN] } { + 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 { set _CPUTAPID 0x1181501d } #jtag speed -adapter_khz 4500 +adapter speed 4500 #has only srst reset_config srst_only