summaryrefslogtreecommitdiff
path: root/tcl/target/c100.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/c100.cfg')
-rw-r--r--tcl/target/c100.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/tcl/target/c100.cfg b/tcl/target/c100.cfg
index e5b8600b..a0a28d80 100644
--- a/tcl/target/c100.cfg
+++ b/tcl/target/c100.cfg
@@ -5,15 +5,15 @@
# assume no PLL lock, start slowly
jtag_khz 100
-if { [info exists CHIPNAME] } {
- set _CHIPNAME $CHIPNAME
-} else {
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
set _CHIPNAME c100
}
-if { [info exists ENDIAN] } {
- set _ENDIAN $ENDIAN
-} else {
+if { [info exists ENDIAN] } {
+ set _ENDIAN $ENDIAN
+} else {
set _ENDIAN little
}