target/stm32xx: Endian is not configurable.
[fw/openocd] / tcl / target / stm32f2x.cfg
index a4aded007c576e75c39652b369052f723c26de1a..62e35a4c44ed2e19d52f8ed8e3ef226ff643da9c 100644 (file)
@@ -11,11 +11,7 @@ if { [info exists CHIPNAME] } {
    set _CHIPNAME stm32f2x
 }
 
-if { [info exists ENDIAN] } {
-   set _ENDIAN $ENDIAN
-} else {
-   set _ENDIAN little
-}
+set _ENDIAN little
 
 # Work-area is a space in RAM used for flash programming
 # By default use 64kB