X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fdsp56321.cfg;h=6f3222373f36e04368fd721b367521d753f5305a;hb=494975747376cb5258d8d84d4304df5cad51b719;hp=281c4ddd47215faa486d7fcc01f08d8feade29f5;hpb=96f9790279f74f39b35fc3ad09340fd03123180c;p=openocd.git diff --git a/tcl/target/dsp56321.cfg b/tcl/target/dsp56321.cfg index 281c4ddd47..6f3222373f 100644 --- a/tcl/target/dsp56321.cfg +++ b/tcl/target/dsp56321.cfg @@ -2,22 +2,21 @@ # 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 }