aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f4x.cfg
diff options
context:
space:
mode:
authorKarl Palsson <karlp@remake.is>2014-12-09 13:06:21 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2015-01-15 23:26:18 +0000
commit1663a17d9d5f5988a8d129a6da36ebcf728d79a2 (patch)
tree555dc6e0b25761cf4cffe4751e47a1bcc2a46d0d /tcl/target/stm32f4x.cfg
parent03b190522330093db55e2268392ae9f291f6aa0e (diff)
target/stm32xx: Endian is not configurable.
So remove it from all the configs, it's misleading, and leads to cargo culting of config files. Change-Id: I2b77e60d5e96f9759c7c9fc91b20e73be2e95d9a Signed-off-by: Karl Palsson <karlp@tweak.net.au> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2446 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/target/stm32f4x.cfg')
-rw-r--r--tcl/target/stm32f4x.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcl/target/stm32f4x.cfg b/tcl/target/stm32f4x.cfg
index a7ec5eab..faa6a7e5 100644
--- a/tcl/target/stm32f4x.cfg
+++ b/tcl/target/stm32f4x.cfg
@@ -11,11 +11,7 @@ if { [info exists CHIPNAME] } {
set _CHIPNAME stm32f4x
}
-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