Get rid of needless OMAP and Davinci target config options
[fw/openocd] / tcl / target / omap2420.cfg
index 01557491f9f934f7a96f43a3eda0c75c6ecd6a0a..866b4a342299dfdfb2fe60111cd9b0f3fca1479c 100644 (file)
@@ -6,11 +6,6 @@ if { [info exists CHIPNAME] } {
 } else {
    set  _CHIPNAME omap2420
 }
-if { [info exists ENDIAN] } {
-   set  _ENDIAN $ENDIAN
-} else {
-   set  _ENDIAN little
-}
 
 # NOTE: likes slowish clock on reset (1.5 MBit/s or less) or use RCLK
 
@@ -46,7 +41,7 @@ jtag newtap $_CHIPNAME jrc -irlen 2 -ircapture 0x1 -irmask 0x3 -expected-id $_JR
 
 # GDB target:  the ARM.
 set _TARGETNAME $_CHIPNAME.arm
-target create $_TARGETNAME arm11 -endian $_ENDIAN -chain-position $_TARGETNAME
+target create $_TARGETNAME arm11 -chain-position $_TARGETNAME
 
 # scratch:  framebuffer, may be initially unavailable in some chips
 $_TARGETNAME configure -work-area-phys 0x40210000