X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fomap5912.cfg;h=6abbd3fae1e88fe9296d1d25b9f0541581cc5436;hp=1a32792997fc8df189e977e272e714351d6b9c2f;hb=71af49ca7fb11b0bd0c1ba9578826f49288b68ef;hpb=86a7d813a165fda2816b8152342219b6c4ae2fc4 diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index 1a32792997..6abbd3fae1 100644 --- a/tcl/target/omap5912.cfg +++ b/tcl/target/omap5912.cfg @@ -1,15 +1,15 @@ # TI OMAP5912 dual core processor # http://focus.ti.com/docs/prod/folders/print/omap5912.html -if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { +if { [info exists CHIPNAME] } { + set _CHIPNAME $CHIPNAME +} else { set _CHIPNAME omap5912 } -if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { +if { [info exists ENDIAN] } { + set _ENDIAN $ENDIAN +} else { # this defaults to a bigendian set _ENDIAN little }