aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/netx500.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/netx500.cfg')
-rw-r--r--tcl/target/netx500.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/tcl/target/netx500.cfg b/tcl/target/netx500.cfg
index 7dafdc0..66f4a2e 100644
--- a/tcl/target/netx500.cfg
+++ b/tcl/target/netx500.cfg
@@ -1,15 +1,15 @@
#Hilscher netX 500 CPU
-if { [info exists CHIPNAME] } {
- set _CHIPNAME $CHIPNAME
-} else {
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
set _CHIPNAME netx500
}
-if { [info exists ENDIAN] } {
- set _ENDIAN $ENDIAN
-} else {
+if { [info exists ENDIAN] } {
+ set _ENDIAN $ENDIAN
+} else {
set _ENDIAN little
}