target/stm32xx: Endian is not configurable.
[fw/openocd] / tcl / target / stm32f1x.cfg
index 31c2c5efdf65b850c8d1b6753624d03a52a55adf..46d70b1ed6d93e8c27d31fe84b2db9427cf0a289 100644 (file)
@@ -11,11 +11,7 @@ if { [info exists CHIPNAME] } {
    set _CHIPNAME stm32f1x
 }
 
-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 4kB (as found on some STM32F100s)