]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/omap5912.cfg
Get rid of needless OMAP and Davinci target config options
[fw/openocd] / tcl / target / omap5912.cfg
index fa0fc9e07beb88d315a4116c98009b2a0f55df8b..30650cfbedb2d802a26ae390ec3a610973e6c4e3 100644 (file)
@@ -7,13 +7,6 @@ if { [info exists CHIPNAME] } {
    set  _CHIPNAME omap5912
 }
 
-if { [info exists ENDIAN] } {
-   set  _ENDIAN $ENDIAN
-} else {
-  # this defaults to a bigendian
-   set  _ENDIAN little
-}
-
 if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
@@ -30,7 +23,7 @@ jtag newtap $_CHIPNAME arm -irlen 4 -expected-id $_CPUTAPID
 jtag newtap $_CHIPNAME unknown -irlen 8
 
 set _TARGETNAME $_CHIPNAME.arm
-target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME
+target create $_TARGETNAME arm926ejs -chain-position $_TARGETNAME
 
 proc omap5912_reset {} {
        #